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-16 14:50:11
Message-ID: 20070516145011.GF5579@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

No, you need pgsqlodbc installed. You just don't need a DSN configured, but
the driver has to be installed.

//Magnus

On Wed, May 16, 2007 at 10:19:29AM -0300, marcelo Cortez wrote:
> Hi folks
>
> Magnus thanks for respond, but i can't success full
> with this.
> Hi think it's string connection mater, but can't
> connect, you try any time without pgsqlodbc
> installed?.
> I'm not using (vb) :D but using COM way.
> Every time odcb reclaim for MS "dont know default
> driver" or something like this, even psqlodb
> installed.
> Any suggestion will be appreciated?
>
> best regards
> MDC
>
> --- Magnus Hagander <magnus(at)hagander(dot)net> escribió:
>
> > 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
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 9: In versions below 8.0, the planner will
> > ignore your desire to
> > choose an index scan if your joining column's
> > datatypes do not
> > match
> >
>
>
>
> __________________________________________________
> Preguntá. Respondé. Descubrí.
> Todo lo que querías saber, y lo que ni imaginabas,
> está en Yahoo! Respuestas (Beta).
> ¡Probalo ya!
> http://www.yahoo.com.ar/respuestas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2007-05-16 14:56:08 Re: Plpgsql function and variable substitute
Previous Message Andreas 2007-05-16 14:23:06 HowTo SSL probaply with ODBC ?