English 中文(简体)
ASCII chars inMS 6.5 INSERT using ADO
原标题:High Order ASCII chars in MS SQL 6.5 INSERT using ADO

我对这一切进行了搜索,可以找到答案。

我的发言与我的发言类似。

insert myTable VALUES (  Value1 ,  Value2 ,  Value 3²More ,  Value 4√Even More  )

如果(在3至6月之间)的红树脂为0xFD,(在4至9月之间)的根基是0xFB。

这从ADO进入MSSQL.5数据库。 我曾尝试过使用xFE、xFE等果园,甚至使用住处(o375),但我不知道如何这样做。

基本上,这些果园是Pick基系统使用的划界器@RV和@TM。 如果我直接通过这些特性,他们就会变成了吗?

我们在拉多连接线中拥有自动传输=0。

希望得到任何帮助。 I m 不是Q.,请是gent。

页: 1

最佳回答

I worked it out, with a little help from my wife. Turns out I need to concatenate the values using CHAR

因此。

insert myTable VALUES (  Value1 ,  Value2 ,  Value 3  + CHAR(253) +  More ,  Value 4  + CHAR(251) +  Even More  )

大家都知道,我应该知道。

问题回答

暂无回答




相关问题
how to connect ms sql server with aspwebsite project?

in my project, there re name,surname,e- mail regions.then user must tick to "Okey".if users entered textboxs correctly, i want to transfer these knowledges to my sql database. how can i do that?(in ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签