Postgres (EUC - JP encoded ) with Unicode MFC Application

Поиск
Список
Период
Сортировка
От krishnan swaminathan
Тема Postgres (EUC - JP encoded ) with Unicode MFC Application
Дата
Msg-id 1676b9b1001032359q68df338cpb29051025d6beac6@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postgres (EUC - JP encoded ) with Unicode MFC Application
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1010745 ] ODBC Interval data types are not implemented natively
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Postgres (EUC - JP encoded ) with Unicode MFC Application