Re: Datasource-less connection

From: Chris Gamache <cgg007(at)yahoo(dot)com>
To: "SZCS" "Gbor" <surrano(at)mailbox(dot)hu>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Datasource-less connection
Date: 2003-05-13 17:08:29
Message-ID: 20030513170829.73851.qmail@web13806.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


To create a string suitable for a DSN-Less connection in Windows, create an
empty file with the extension ".udl". Double-click the file and select the
options you want for your connection. Close the Universal Data Link Editor, and
re-open the file with notepad. You'll see a connection string. Make sure, if
you've referenced a DSN, to remove the reference and replace it with an
explicit declaration (in Extended Properties) of the driver name to use.
ex: DRIVER={PostgreSQL+ (Beta)};

HTH.

--- SZCS Gbor <surrano(at)mailbox(dot)hu> wrote:
> Dear Fellows,
>
> I searched through the archives but couldn't find the answer; if you can,
> please show me to the right direction.
>
> QUESTION: is it possible to make a datasource-less connection via psqlodbc
> driver in Windows?
>
> EXPLANATION: we use ODBCExpress, and it states in a whitepaper that hdbc can
> be configured either via DSN or by hand, which is driver specific.
>
> We'd like to know if PostgreSQL supports this kind of connection and what
> are the allowed attribute names and values.
>
> TIA,
>
> G.
> --
> while (!asleep()) sheep++;
>
> ---------------------------- cut here ------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Janet Borschowa 2003-05-13 18:56:46 Re: Datasource-less connection
Previous Message SZŰCS Gábor 2003-05-13 16:56:48 Re: Datasource-less connection (Re: DSN Less Connections with PG ODBC: Yes you can)