encoding using the odbc driver - Mailing list pgsql-odbc

From Joel Fradkin
Subject encoding using the odbc driver
Date
Msg-id 000101c515e9$eadd6bb0$797ba8c0@jfradkin
Whole thread Raw
List pgsql-odbc
I changed my encoding from SQL_ASCII to UNICODE.
I believe the Unicode is supposed to support more languages?
 
Any how the ODBC driver does not appear to support setting the encoding?
 
I was able to use the .net driver and get the same error, and then add the
encoding=Unicode to the connection string and save ok, but we have many asp
pages where I will need the odbc not the .net driver.
 
Any one have a work around or am I totally missing something?
I tired a SQL statement SET client_encoding= 'UNICODE'; just to see if it
helped, but no dice.
 
 
 
Joel Fradkin
 
 


pgsql-odbc by date:

Previous
From: "Joel Fradkin"
Date:
Subject: encoding using the odbc driver
Next
From: Tom Lane
Date:
Subject: Re: encoding using the odbc driver