Hi Gu Lei > -----Original Message----- > From: Gu Lei [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 24. November 2004 03:09 > To: [EMAIL PROTECTED] > Subject: Can libsqlodw.so help me to convert coding between > UCS2 and GB2312? > > > Hello: > > I use MAXDB ODBC. Before store string in database, I transform string > from GB2312 to UCS2. And after get string from database, I transfrom > string from UCS2 to GB2312. > When I changed driver from libsqlod.so to libsqlodw.so, I > didn't see the > differnece between them.
libsqlodw.[a|so] contains the Unicode ODBC-API (e.g. SQLConnectW). Conversion from and to SQL_WCHAR is also part of the ASCII-driver (libsqlod.[a|so]). > But I think maybe libsqlodw.so can help me to do something. > Could anyone explain what libsqlodw.so does for me? What do you expect that could be done? Regards Thomas ---------------------------------------------- Dr. Thomas Koetter SAP AG, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.mysql.com/products/maxdb www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
