Re: Need help with Visual Basic 6 and PostgreSQL - Mailing list pgsql-odbc

From Richard Broersma Jr
Subject Re: Need help with Visual Basic 6 and PostgreSQL
Date
Msg-id 461.67278.qm@web31807.mail.mud.yahoo.com
Whole thread Raw
In response to Re: Need help with Visual Basic 6 and PostgreSQL  (Finn Lassen <dcio@AxiomInt.com>)
List pgsql-odbc
--- On Fri, 11/23/07, Finn Lassen <dcio@AxiomInt.com> wrote:
> In a connection string, if you only specify a driver name
> ("PostgreSQL
> ANSI"), instead of a DSN configured with the ODBC Data
> Source
> Administrator, do any configuration changes made with the
> ODBC Data
> Source Administrator affect the driver itself?

I am not sure, but I do know what my connection string gets stored as when I used a system DSN:


DSN=myDSNname;DATABASE=myDatabase;SERVER=myServer;PORT=5432;UID=myUserName;PWD=myPassWord;CA=d;A6=;A7=100;A8=4096;B0=254;B1=8190;BI=0;C2=dd_;;CX=1b103bb;A1=7.4-1

Maybe in you augmented your connection string using these values, it might help?

pgsql-odbc by date:

Previous
From: Finn Lassen
Date:
Subject: Re: Need help with Visual Basic 6 and PostgreSQL
Next
From: "Thomas H."
Date:
Subject: Re: Need help with Visual Basic 6 and PostgreSQL