Hi,
I am trying to convert from SQL_ASCII to UNICODE.
I have a program that will read from a table in one database and write to a table in a different database. I am hoping this all I need do (One data base is SQL_ASCII and the other is UNICODE). I get a byte sequence error writing. I tried using encoding =UNICODE and did not get the error, but the data looked different stored in the field, so I am guessing it messed it up. I am using NpgsqlConnection. Any one know the proper way to convert using a .net app?
Joel Fradkin
Wazagua, Inc.
[EMAIL PROTECTED]
|