From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | "Seloua Seloua" <selouati(at)hotmail(dot)com> |
Subject: | Re: libpq vs pqxx |
Date: | 2006-03-24 20:08:34 |
Message-ID: | 200603242108.34479.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Seloua Seloua wrote:
> I am writting a simple C++ program to access my postgresql 8.0
> database. What is the difference from using the interface of libpq
> versus the pqxx librairy (use of PGconn, PGresult provided in the
> /usr/include/libpq-fe.h file versus connection, result etc provided
> in the /usr/include/pqxx directory)?
They are similar in that they are programming interfaces to access
PostgreSQL databases, but other than that they are completely
different.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2006-03-24 20:53:21 | Re: Advantages of PostgreSQL over MySQL 5.0 |
Previous Message | Jim C. Nasby | 2006-03-24 20:00:03 | Re: Hibernate Query Question - Get most recent unique rows |