vba - Inserting Japanese characters to Sybase db from Excel -
I can see Japanese tests in Excel cells. I've created an inclusion query via ADO, it is inserted into DB, but the Japanese characters are only "????" Any help that is shown as will be appreciated.
Is this a Cibbus client where you are seeing Japanese characters presenting incorrectly? If you are lucky then this is a mixture between the server and the client. You can try to run: In the Sybase client, set
set char_convert to off
which will close the syllables automatic character conversion, which will do this
If the above does not work, then you have to find out what your base server is basbash server can do:
sp_default_charset
This will return the default charset for your Sybase server (for example Roman 8). Check the charset that your server returns support Japanese characters
Comments
Post a Comment