Re: interface between c and postgresql

Поиск
Список
Период
Сортировка
От jr@i-bucks.com
Тема Re: interface between c and postgresql
Дата
Msg-id 3.0.6.32.20010312133321.007f6540@mail.i-bucks.com
обсуждение исходный текст
Ответ на interface between c and postgresql  (jun liu <jliu_01@yahoo.com>)
Список pgsql-interfaces
At 07:20 PM 3/7/01 -0800, jun liu wrote:
>Hi,
>
>i want to query some postgreSQL tables in C program,
>could anybody tell me whether there is such an 
>interface between postgreSQL and  C ?

yes, there are several interfaces:
libpq is a call level interface.
libpqeasy is a simplified version of the call level interface (on error,
terminate program).
ecpg is the embedded sql C interface
libpq++ is the interface for C++.

there is documentation about these kicking about.  some documentation is
also available in Bruce Momjian's book, PostgreSQL Interduction and concepts.

jr






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

Предыдущее
От: Peter Mount
Дата:
Сообщение: Re: Compiling JDBC - problem
Следующее
От: Stephane Pinel
Дата:
Сообщение: Libpq for the MacOS