Thread: Seeting up a DSN programatically

Seeting up a DSN programatically

From
"Jay Doggett"
Date:
List,

    I'm running into a problem setting up a postgresql system dsn
programatically. Have any of you figured out how to do this with MSVC++?

    I have setup the registry entry for the driver. Before I did that I was
getting a message box that said the setup routines could not be found. Now,
I get a hard break int 3 in the driver.

    I have built the driver dll, but I am not eager to debgug it. Does the
Config DSN call require more than the driver name, server name, database and
authentication stuff?

Jay



Re: Seeting up a DSN programatically

From
"Jay Doggett"
Date:
List,

    I got it to work.

Jay

-----Original Message-----
From: pgsql-odbc-owner@postgresql.org
[mailto:pgsql-odbc-owner@postgresql.org]On Behalf Of Jay Doggett
Sent: Friday, November 25, 2005 5:57 PM
To: pgsql-odbc@postgresql.org
Subject: [ODBC] Seeting up a DSN programatically


List,

    I'm running into a problem setting up a postgresql system dsn
programatically. Have any of you figured out how to do this with MSVC++?

    I have setup the registry entry for the driver. Before I did that I was
getting a message box that said the setup routines could not be found. Now,
I get a hard break int 3 in the driver.

    I have built the driver dll, but I am not eager to debgug it. Does the
Config DSN call require more than the driver name, server name, database and
authentication stuff?

Jay



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend