libpq++ -- need a sample or code snippet which accesses the database - Mailing list pgsql-interfaces

From inkle c
Subject libpq++ -- need a sample or code snippet which accesses the database
Date
Msg-id 19990823043655.1458.rocketmail@web503.yahoomail.com
Whole thread Raw
List pgsql-interfaces
Hi,

I am pretty frustrated by finding out that I couldn't use libpq++ to
access database as freely as I would use
java jdbc. My basic need includes:
list all the tables inside a database
create a table
list all records in the table

Let me know if you know any of the above, I use a PgTransaction object
as shown in src/interface/libpq++/example, then neither Exec("CREATE
TABLE xxx") nor
ExecCommandOk("CREATE TABLE xxx") is able to create a table for me.

Any comments? Thanks.

inkle


__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com



pgsql-interfaces by date:

Previous
From: Paul
Date:
Subject: ODBC error on Linux postgresql
Next
From: Robert Hiltibidal
Date:
Subject: Perl Interface