Re: native api or odbc? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: native api or odbc?
Date
Msg-id CAHyXU0yaBkh6FemKgcQ5SoEh6idQOkkvB6VPdX5FizuERxbz3w@mail.gmail.com
Whole thread Raw
In response to native api or odbc?  (Ted Toth <txtoth@gmail.com>)
List pgsql-general
On Tue, Jun 23, 2015 at 5:56 PM, Ted Toth <txtoth@gmail.com> wrote:
> What are peoples experiences with either/both, pluses/minuses?

If you're coding at the C level, I would definitely choose libpq
unless you were worried about cross database portability.   libpq is a
bit clunky but easy to code against.  libpq is also easier to
configure and port than odbc.

merlin


pgsql-general by date:

Previous
From: Francisco Olarte
Date:
Subject: Re: DB access speeds, App(linux)<->PG(linux) vs App(linux) <->MSSql(Windows)
Next
From: Seb
Date:
Subject: checking for NULLS in aggregate