Re: [ADMIN] Programms working on a PostgreSQL database written in C++? - Mailing list pgsql-general

From Radu-Adrian Popescu
Subject Re: [ADMIN] Programms working on a PostgreSQL database written in C++?
Date
Msg-id 010301c2ff6f$658c6e30$0600a8c0@rpopescu
Whole thread Raw
In response to Programms working on a PostgreSQL database written in C++?  (<hetzel.devel@web.de>)
List 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 by date:

Previous
From:
Date:
Subject: Programms working on a PostgreSQL database written in C++?
Next
From: johnhui828@shaw.ca
Date:
Subject: Questions regarding PostgreSQL