Thursday, April 13, 2006

How To Connect PostgreSQL thru VB without DSN:

Re: How To Connect PostgreSQL thru VB without DSN
This is a multi-part message in MIME format.

------_=_NextPart_001_01C64C37.539CFDE6
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

For the driver name in the connect string, try {PostgreSQL ANSI} or
{PostgreSQL Unicode}, instead of just {PostgreSQL}. I noticed that the
Windows ODBC administrator inserted this for the driver name.
Unfortunately, the new driver name was not documented in any of the
PostgreSQL documentation I found on ODBC, so it took me hours to debug
this problem.

Regards,
Jamal

0 Comments:

Post a Comment

<< Home