Re: Trouble creating a DSN-file - Mailing list pgsql-odbc

From Dave Page
Subject Re: Trouble creating a DSN-file
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B889FB7D@mail.vale-housing.co.uk
Whole thread Raw
In response to Trouble creating a DSN-file  ("Kelvin Varst" <kelvin@varst.dk>)
Responses Re: Trouble creating a DSN-file
List pgsql-odbc

> -----Original Message-----
> From: Kelvin Varst [mailto:kelvin@varst.dk]
> Sent: 28 April 2004 07:10
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] Trouble creating a DSN-file
>
> Hi,
>
> I'm having trouble creating a DSN-file in the ODBC manager in
> windows. I have installed psqlodbc-07_02_0005 on my Windows,
> and when I add a DSN and choose a Postgres driver, the
> detailed dialog asks for Database, Server, User, Password and
> so on. When I fill in the data, and try to save, nothing is
> saved to the actual file, other than the DRIVER-parameter. I
> need the DSN-file for another program. What am I doing wrong?

Hi Kelvin,

I can confirm that creating file DSNs doesn't seem to work at the moment
- however you should still be able to use them if you manually create
one. For example:

[ODBC]
DRIVER=PostgreSQL
Database=DatabaseName
Server=ServerName
Port=5432
UID=Username
PWD=Password

Regards, Dave

pgsql-odbc by date:

Previous
From: "Kelvin Varst"
Date:
Subject: Trouble creating a DSN-file
Next
From: "Kelvin Varst"
Date:
Subject: Re: Trouble creating a DSN-file