Re: ODBC Rewrite

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: markw(at)mohawksoft(dot)com
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC Rewrite
Date: 2004-12-07 14:02:40
Message-ID: 20041207140239.GO10437@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

* markw(at)mohawksoft(dot)com (markw(at)mohawksoft(dot)com) wrote:
> Looking at both ODBC and libpq and I think that the difference is that
> libpq aims to make PostgreSQL interfacing easy, while ODBC strives to be a
> comprehensive SQL interface. 99% of what will be done with the ODBC
> interface will be simple SQLAllocStmt, SQLPrepare, and SQLExecute.

Saying what 99% of what the ODBC driver does isn't terribly useful-
What's that 1% that libpq can't do? Having looked at the code, can you
give us an idea on that?

Stephen

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message markw 2004-12-07 14:15:45 ODBC Rewrite
Previous Message Merlin Moncure 2004-12-06 15:37:17 Re: calling nextval function