Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Question on Chinese/Unicode character with ADO

Author  Topic 

geossl
Yak Posting Veteran

85 Posts

Posted - 2004-12-15 : 04:24:56
Dear All,
There is a field (nvarchar) to store chinese name and it is updated via ADO dataset in Delphi 5.

I would like to ask will the chinese characters converted by ADO before it is stored in the table. The PC running the program is a chinese machine, will ADO first convert the string depending on the machine language before hand?

Besides, how can I check the content whether it is a unicode or big5 code?

Thanks.
   

- Advertisement -