Link to home
Start Free TrialLog in
Avatar of HLRosenberger
HLRosenbergerFlag for United States of America

asked on

0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252"

I'm getting the error below on this statement.  I'm trying to open a connection to a PostgreSQL database.  I have a ODBC data source defined, and I have installed the PostgreSQL ODBC driver.

Dim Reader As OdbcDataReader = catCMD.ExecuteReader()

ERROR [22P05] ERROR: character 0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252";
Error while executing the query


Alternatively, can I use an SQL connection object.  If so, what would I specify for Data Source?
Avatar of gheist
gheist
Flag of Belgium image

i see three bytes in that character.... it is not even UTF8...
ASKER CERTIFIED SOLUTION
Avatar of HLRosenberger
HLRosenberger
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial