libpq++ ---- PgDatabase instance problem

Поиск
Список
Период
Сортировка
От inkle c
Тема libpq++ ---- PgDatabase instance problem
Дата
Msg-id 19990820042234.8172.rocketmail@web504.yahoomail.com
обсуждение исходный текст
Ответы Re: [INTERFACES] libpq++ ---- PgDatabase instance problem
Список 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 по дате отправления:

Предыдущее
От: inkle c
Дата:
Сообщение: libpq++ ---- PgDatabase instance problem
Следующее
От: rjd@intekom.co.za
Дата:
Сообщение: Re: [INTERFACES] Survey