Re: Linking Postgresql OBDC via C

From: Jan Wieck <janwieck(at)Yahoo(dot)com>
To: Jim Jennis <jhjennis(at)shentel(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Linking Postgresql OBDC via C
Date: 2000-09-16 01:20:48
Message-ID: 200009160120.UAA04823@jupiter.jw.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jim Jennis wrote:
> Hi Postgres colleagues,
>
> Sorry if this is a re-post, but it did not show up on the list (at least in
> my mailbox) so I am posting it again.....
>
> I am running a 3rd party development tool on Linux (Verastream from WRQ)
> that has an open C API for multi-database connectivity. It transparently
> supports many databases (Oracle, DB-2, etc) on Linux via a C interface to
> the RDBMS and has an open C api. I'd like to link Verastream's middleware
> engine to access Postgresql via ODBC using their C API.
>
> Now my question...what Postgres libraries are required to access Postgres
> via C programming using ODBC?

If you are already on the C level on Linux, why don't you
want to use the native libpq interface? It'd give you alot
more performance and flexibility.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Browse pgsql-general by date

  From Date Subject
Next Message lec 2000-09-16 02:07:52 Re: 7.0.2 and 6.5.3 performance
Previous Message Frank Miles 2000-09-15 23:56:54 mystery disease -- problems creating simple table[s]