libpq++ ---- PgDatabase instance problem

From: inkle c <inkle99(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpq++ ---- PgDatabase instance problem
Date: 1999-08-20 04:12:00
Message-ID: 19990820041200.24357.rocketmail@web507.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message inkle c 1999-08-20 04:22:34 libpq++ ---- PgDatabase instance problem
Previous Message Paul 1999-08-19 23:29:13 odbc V3+