encoding using the odbc driver - Mailing list pgsql-odbc

From Joel Fradkin
Subject encoding using the odbc driver
Date
Msg-id 000001c515e7$393aca30$797ba8c0@jfradkin
Whole thread Raw
Responses Re: encoding using the odbc driver  (Tom Lane <tgl@sss.pgh.pa.us>)
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: Eric E
Date:
Subject: Re: Cannot link to postgres 8.0.0 databases using ODBC from
Next
From: "Joel Fradkin"
Date:
Subject: encoding using the odbc driver