I have a table that has arabic, japanese, utf8 and ascii strings in it. When I try and rerieve those strings using the windows odbc driver, the ascii and since byte utf8 characters come back fine, the arabic and japanese are returning as single byte characters. I read on microsofts page that odbc versions before 3.7 are considered non-unicode. When I look at the version of the odbc administrator it says 3.5. Is there a newer version of the sqlserver odbc driver or windows odbc administrator that I would need?
Is there some way to specify what the client charset is? I'm using SQLGetData with a target type of SQL_C_WCHAR.
Right now I have xp SP2 that has mdac 2.8 SP1.
Thanks for your help.
Is there some way to specify what the client charset is? I'm using SQLGetData with a target type of SQL_C_WCHAR.
Right now I have xp SP2 that has mdac 2.8 SP1.
Thanks for your help.