libpq++ -- need a sample or code snippet which accesses the database

Поиск
Список
Период
Сортировка
От inkle c
Тема libpq++ -- need a sample or code snippet which accesses the database
Дата
Msg-id 19990823043655.1458.rocketmail@web503.yahoomail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Paul
Дата:
Сообщение: ODBC error on Linux postgresql
Следующее
От: Robert Hiltibidal
Дата:
Сообщение: Perl Interface