Re: native api or odbc?

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Ted Toth <txtoth(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: native api or odbc?
Date: 2015-06-24 16:53:29
Message-ID: CAHyXU0yaBkh6FemKgcQ5SoEh6idQOkkvB6VPdX5FizuERxbz3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jun 23, 2015 at 5:56 PM, Ted Toth <txtoth(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Seb 2015-06-24 16:54:25 checking for NULLS in aggregate
Previous Message Francisco Olarte 2015-06-24 16:49:54 Re: DB access speeds, App(linux)<->PG(linux) vs App(linux) <->MSSql(Windows)