Hi,
I am having this error in VB6 program when reading out some record from informix database which has special character.
The special character is as below in the picture.
I am using IBM Informix Client SDK 2.80 as Data Source to create DSN in Data Source ODBC.
I have checked and find out that the error is "Internal error in codeset conversion."
The explanation is :
An internal error occurred during code-set conversion. Note all observed behavior and any other error message. Check with the system administrator to ensure that the system is functioning properly.
The column type of this field is char(25).
I have try to convert it into VARCHAR ,NVARCHAR but still fail.
Does someone has any idea on this ?
Please help.
TQ