Re: libpq vs pqxx

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: libpq vs pqxx
Дата
Msg-id 200603242108.34479.peter_e@gmx.net
обсуждение исходный текст
Ответ на libpq vs pqxx  ("Seloua Seloua" <selouati@hotmail.com>)
Список 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/

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Hibernate Query Question - Get most recent unique rows
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Advantages of PostgreSQL over MySQL 5.0