Hi,
Try to use CreateCommand when you creating you command and provide appropriate encoding.
For example:
CreateCommand(commandText, Encoding.UTF8);
But in your case simply use different encoding and let me know if it works.
Thanks,
Oleg
Hi,
Try to use CreateCommand when you creating you command and provide appropriate encoding.
For example:
CreateCommand(commandText, Encoding.UTF8);
But in your case simply use different encoding and let me know if it works.
Thanks,
Oleg