Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Latest ODBC driver?



Dave Page schreef:
The latest driver code from Inoue-san is almost certainly the best bet of
all ...
That's true for me anyway ;-)

As you mention you are running a BDE based app you
absolutely need to run an ANSI build of the driver, so...
Just a thought: Mark, are you using the actual BDE engine itself (TTable, TQuery and such), or are you using the ADO components (TADOConnection in combination with e.g. a TADOQuery or TADODataSet)?

We have been working with the combo ADO components and ODBC Unicode driver for quite some time here, and it has always worked. (We started using this combination somewhere around postgres version 7.x-ish) Only with the release of the 8.x version of postgres and the new driver archticture attempt, we have had some problems conscerning the blob/lo datatype, but with the latest version of the ODBC (08.02.x) those problems seem to have been solved.

The point is that you can work with Delphi/ADO components *and* use the Unicode driver. The only extra we did was SET CLIENT_ENCODING TO 'latin1' as extra parameter.

Regards,

Stijn

www.easytowork.nl
www.xillion.nl



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group