Hi.
Can you please tell me how to change client encoding in ODBC?
I tried after a connection to execute SQLExecDirect (stmthp, "set client_encoding to \" WIN866 \ ";", SQL_NTS) , but the encoding is still a win1251.
PS: The database I have with encoding win866. Windows 7. PostgreSQL 9.0.4. psqlodbc-09.00.0200.
Mihail Popov.