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
isa 2004 - opening up port 1433 to one external IP address for SQL server
Server 2008 will restart on its own with this error during DC promo to this server
Run the Windows 'RUN" from vb.net
VB 2008 - Programmatically updating controls from an array
How to set Combobox and Textbox to ReadOnly?
How to configure Busy Lamp Field - Speed dials on a Callmanager Express
VPN
Dsiable SBS 2008 / Outlook 2007 Auto Account Confiuration
How to raise Hyperlinkfield event in a gridview using asp.net 3.5
MSSQL proble with insert statement - query will not compile