Postgres (EUC - JP encoded ) with Unicode MFC Application - Mailing list pgsql-odbc

From krishnan swaminathan
Subject Postgres (EUC - JP encoded ) with Unicode MFC Application
Date
Msg-id 1676b9b1001032359q68df338cpb29051025d6beac6@mail.gmail.com
Whole thread Raw
Responses Re: Postgres (EUC - JP encoded ) with Unicode MFC Application  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
List pgsql-odbc
Hi ,

I have an MFC application built with unicode characterset enabled (so CString and the MFC API's expects wide characters) and the postgres db as backend which is EUC - JP encoded. 

Iam accessing my DB using CRecordset for reading the tables and direct query execution using ExecuteSQL for updation., Both these MFC functions expects wide strings of 2 bytes but my DB is multibyte encoded of 1 byte. Can anyone please let me know how to handle this scenario of Unicode application with multibyte encoded DB.

Thanks
Krish

pgsql-odbc by date:

Previous
From:
Date:
Subject: [ psqlodbc-Bugs-1010745 ] ODBC Interval data types are not implemented natively
Next
From: Peter Geoghegan
Date:
Subject: Re: Postgres (EUC - JP encoded ) with Unicode MFC Application