Microsoft
Software
Hardware
Network
Question : 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?
Answer : 0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252"
I change the driver from ANSI to UNICODE and the problem is resolved.
Random Solutions
win 7 and Small business server: known compatability issues
C# the differences between Do While Loop and For
Searching for a compairion with in a sentence T-sql
asp.net c# function required with RegEx
PHP - How to incorporate PHP application into facebook?
Best Smart UPS
SqlDataSource, Gridview and Update & Delete process
Find Range Of Items In dataTable
In Word 2010 how do I get Appendices to be page numbered A-1, A-2, ...?
Operation is not valid due to the current state of the object.