Re: dns less connection

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: marcelo Cortez <jmdc_marcelo(at)yahoo(dot)com(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: dns less connection
Date: 2007-05-15 07:19:46
Message-ID: 20070515071946.GB28706@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2007-05-15 08:10:03 Re: How to implement GOMONTH function
Previous Message PFC 2007-05-15 06:57:36 Re: Performance issues of one vs. two split tables.