Re: Connect without queries?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Richard Wesley <hawkfish(dot)tableau(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Connect without queries?
Date: 2007-02-02 18:35:13
Message-ID: 45C38461.3000302@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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.

Joshua D. Drake

>
> TIA,
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2007-02-02 18:56:06 Re: Connect without queries?
Previous Message Richard Wesley 2007-02-02 18:29:55 Connect without queries?