Re: Connect without queries?

From: Dave Page <dpage(at)postgresql(dot)org>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Richard Wesley <hawkfish(dot)tableau(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Connect without queries?
Date: 2007-02-02 19:43:23
Message-ID: 45C3945B.1080306@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Joshua D. Drake wrote:
> Dave Page wrote:
>> Joshua D. Drake wrote:
>>> Richard Wesley wrote:
>>>> Hi -
>>>>
>>>> I am attempting to connect to a Postgres-like database with PGODBC. The
>>>> driver seems to be able to communicate with the server, but it complains
>>>> that the pg_type table could not be found (hardly surprising - none of
>>>> the PG metadata tables are there).
>>>>
>>>> Is there some way to just turn the driver into a data conduit? Just
>>>> open a connection, make queries and get back data?
>>> Not likely, PGODBC requires libpq which is going to at some level try to
>>> communicate with the server beyond the protocol.
>> It doesn't require libpq, but it will still be looking for catalogues.
>
> Oh did you guys go back to the protocol speak in the current version?

Yes, we support v3.0 natively now, but can dynamically load libpq for
connection setup if the user wants to use, <cough>pgpass</cough>,
Kerberos or SSL.

Regards, Dave.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2007-02-05 15:10:37 [ psqlodbc-Bugs-1001827 ] Error when updating a TIMESTAMP column with NULL using ADODB
Previous Message Joshua D. Drake 2007-02-02 19:20:21 Re: Connect without queries?