Re: [GENERAL] libpq vs pqxx

2006-03-24 Thread Peter Eisentraut
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 t

[GENERAL] libpq vs pqxx

2006-03-24 Thread Seloua Seloua
Hello all, 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