Re: how can I use C++ interface in postgresql?

Поиск
Список
Период
Сортировка
От jtv
Тема Re: how can I use C++ interface in postgresql?
Дата
Msg-id 20011206174559.B536@xs4all.nl
обсуждение исходный текст
Ответ на how can I use C++ interface in postgresql?  ("dfg" <dfg@sdfsd>)
Список pgsql-interfaces
On Tue, Dec 04, 2001 at 10:57:56AM -0000, dfg wrote:
> hello,
> I'm beginer programmer,please help me.
> how can I use C++/C interface in posgresql.
> what's main functions should i need,
> and what's include headers too.

You should be able to find some documentation in the postgresql docs, either
in the package or online at http://www.postgresql.org/ (there's libpq, a C
API, and libpq++ which is done in C++).

Alternatively, you could take a look at the C++ frontend I'm currently
writing at http://members.ams.chello.nl/j.vermeulen31/ (look for libpqxx).
The documentation isn't very complete yet (and is still in SGML format only)
but it may help, and the example programs called test*.cc should give you
a good idea of how to get started with your own programs.


Jeroen



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

Предыдущее
От: "dfg"
Дата:
Сообщение: how can I use C++ interface in postgresql?
Следующее
От: alta
Дата:
Сообщение: HOWTO: PostgreSQL & Perl DBD on SuSE 7.3