libpq++ ---- PgDatabase instance problem

Поиск
Список
Период
Сортировка
От inkle c
Тема libpq++ ---- PgDatabase instance problem
Дата
Msg-id 19990820041200.24357.rocketmail@web507.yahoomail.com
обсуждение исходный текст
Список pgsql-interfaces
Hi,

I am writing a small class which has a PgDatabase
instance as its private member, and in the constructor,
I init it to be NULL (i.e.,
myclass::myclass():PgDatabaseInstanceMember(NULL) ), this causes a core
dump, what's wrong with that?

My intension is to get dbname from user's input, then
create the instance using PgDatabase(dbname), because
dbname should be provided by user.

Thanks for any suggestions.

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



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

Предыдущее
От: "Harald Kirschner"
Дата:
Сообщение: Connection with JDBC
Следующее
От: inkle c
Дата:
Сообщение: libpq++ ---- PgDatabase instance problem