Re: [ADMIN] Programms working on a PostgreSQL database written in C++?

Поиск
Список
Период
Сортировка
От Radu-Adrian Popescu
Тема Re: [ADMIN] Programms working on a PostgreSQL database written in C++?
Дата
Msg-id 010301c2ff6f$658c6e30$0600a8c0@rpopescu
обсуждение исходный текст
Ответ на Programms working on a PostgreSQL database written in C++?  (<hetzel.devel@web.de>)
Список pgsql-general
Yes, you can.

The C library is called libpq and I've used that for C programming with
postgres under linux.
I understand the source code should compile natively on windows now (no
cygwin), but not 100% sure.
There's also a C++ interface, at
http://gborg.postgresql.org/project/libpqxx/projdisplay.php

Good luck to you !

=====
Radu-Adrian Popescu
CSA, DBA, Developer
Aldratech Ltd.

----- Original Message -----
From: <hetzel.devel@web.de>
To: <pgsql-admin@postgresql.org>; <pgsql-general@postgresql.org>
Sent: Thursday, April 10, 2003 16:44
Subject: [ADMIN] Programms working on a PostgreSQL database written in C++?


Hello,
is it possible to write programms in C/C++ witch works on a Postgresql
Database ?
Which libarys are use for that?
Has anyone perhaps an example?
Or where can I find somethink about it?

H. Etzel
____________________________________________________________________________
__
UNICEF bittet um Spenden für die Kinder im Irak! Hier online an
UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


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

Предыдущее
От:
Дата:
Сообщение: Programms working on a PostgreSQL database written in C++?
Следующее
От: johnhui828@shaw.ca
Дата:
Сообщение: Questions regarding PostgreSQL