Re: dns less connection - Mailing list pgsql-general

From Magnus Hagander
Subject Re: dns less connection
Date
Msg-id 20070515071946.GB28706@svr2.hagander.net
Whole thread Raw
In response to dns less connection  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
Responses Re: dns less connection
List pgsql-general
On Mon, May 14, 2007 at 08:46:23PM -0300, marcelo Cortez wrote:
> hi all
>
>  there any was successful with connect to postgres
> with psqlodbc in dsn less mode?  It's wrong list for
> this subject?  any pointer be appreciated

Certainly, all the time. For example (unix people close your eyes, this is
vbscript):

dbconn.Open "Driver={PostgreSQL UNICODE};DATABASE=admin;SERVER=my.server.se;uid=" &
wshshell.Environment("PROCESS")("USERNAME")

//Magnus

pgsql-general by date:

Previous
From: PFC
Date:
Subject: Re: Performance issues of one vs. two split tables.
Next
From: Alban Hertroys
Date:
Subject: Re: How to implement GOMONTH function