Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windows postgresql driver

Status
Not open for further replies.

cgillin

Programmer
Mar 20, 2003
58
US
I have a Postgresql database with the character set as unicode. I'm trying to use the windows odbc driver 8.01.00.05 to connect to this database and return UTF8 characters. I've sent the client_encoding to 'unicode' but still get the data returned as ISO.

Does anyone know how to fetch UTF8 characters? I'm using SQLGetData to retrieve the information.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top