Hi Konstantin -----Original Message----- > From: Konstantin Karpov [mailto:[EMAIL PROTECTED]] [snip] > How can I set code page 1251(Cyrillic) for SAP DB v7.3 database?
If you use your DB in ASCII-mode, no codepage conversions are done by the DB kernel. However, there is an issue in the ODBC-driver. 7.3.0-drivers have no Unicode support. Usually your applications should work with your system codepage without problems. Starting with 7.3.1 ODBC supports Unicode and the Windows driver manager uses the Unicode-API of ODBC where possible. For a correct ASCII (your app)->UCS2 (driver manager, implicit)->ASCII (ODBC driver for ASCII-kernel) conversion chain you need a driver with codepage support. Please use the current available 7.4-ODBC-driver for this purpose. It takes the active codepage from the system for conversion. Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP DB, SAP Labs Berlin SAP DB is open source. Get it! www.sapdb.org _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
