Problem in Unicode

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Rakesh handoo

Problem in Unicode

Post by Rakesh handoo » Tue 12 Apr 2005 08:18

hi,

1. Created a table in Sql-Server say ARTICLES
2. In ARTICLES created a field say TITLE of nvarchar
3. uses TNT Controls to insert unicode string in ARTICLES
4. Made a ISAPI DLL in Delphi to Display the Unicode string... but it shows "???????????????" instead of unicode string.

So pl.... let me know what is to be done
the same thing is wokring whenin use ADO

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 12 Apr 2005 12:48

dbExpress technology doesn't support Unicode. If you would like to use Unicode, pay attention to another our product - SDAC, http://www.crlab.com/sdac

Post Reply