DataSet and charset coding.

  • Thread starter Thread starter Mad One
  • Start date Start date
M

Mad One

Hello,
I have the following problem. I'm using data set to recive data from
Informix_SE database engine on SCO and there are data in it coded using
codepage CP-1250, but whole database is using NLS en_US.819 settings. When I
use WinSQL, to view data all strings seems to be OK, they have correct
chars, but when I load data into data set, I suppose, that there is some
sort of conversion and there are invalid chars. My question is, is it
possible to get rid of that conversion, just like WinSQL is doing it, and
still use data set? I tried to set locale in data set and in it's tables but
it didn't work.

Marek Aleksander Dabek
 
Hello,
I have the following problem. I'm using data set to recive data from
Informix_SE database engine on SCO and there are data in it coded using
codepage CP-1250, but whole database is using NLS en_US.819 settings.

OK, I've found the solution it was Informix ODBC driver's fault. I'd
switched to version 3.82 from 3.33 and everything stopped working since
then.

Marek Aleksander D±bek
 
Back
Top