Re: Need help with Visual Basic 6 and PostgreSQL

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Need help with Visual Basic 6 and PostgreSQL
Дата
Msg-id 461.67278.qm@web31807.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Need help with Visual Basic 6 and PostgreSQL  (Finn Lassen <dcio@AxiomInt.com>)
Список 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 по дате отправления:

Предыдущее
От: Finn Lassen
Дата:
Сообщение: Re: Need help with Visual Basic 6 and PostgreSQL
Следующее
От: "Thomas H."
Дата:
Сообщение: Re: Need help with Visual Basic 6 and PostgreSQL