Re: native api or odbc?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: native api or odbc?
Date: 2015-06-24 01:59:39
Message-ID: 558A0F0B.9070207@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/23/2015 3:56 PM, Ted Toth wrote:
> What are peoples experiences with either/both, pluses/minuses?
>

ODBC adds a whole layer of obfuscation which, IMHO, if you know you're
only dealing with PostgreSQL, is infuriating.

I'd rather program the native API, its just much cleaner and simpler,
unless you're using a programming framework that has native ODBC support
built in.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message George Weaver 2015-06-24 02:09:54 Re: native api or odbc?
Previous Message Bret Stern 2015-06-24 01:58:14 Re: native api or odbc?