You can download intermediate version of psqlodbc drivers(Windows) here.
Please download
official psqlodbc drivers
(12.1.0000 is the latest) at
the page
and the corresponding source code could be seen at
this page
About PSQLODBC driver(11.xx.xxxx)
-
Different from the official 8.1.xxxx version, it doesn't require libpq except when SSL connecions are used.
-
You don't have to set any client encoding in case of
Unicode
driver.
When you have to handle a multibyte encoding using
ANSI
driver, tell the client_encoding to the driver by specifying
the client encoding per DSN.
Please set the Connect Settings options like
set client_encoding to 'XXXX'
(XXXX e.g. SJIS , BIG5 etc)
the example
-
MSDTC Support
: Before using it, you may have to turn on support for XA transaction according to
the page
.