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