Hi, Are you sure about this? It looks like it's being set in the second constructor as well.
If we connect to the database:
success_ = is_connected_ = true;
else:
success_ = is_connected_ = false;
That should be initializing is_connected_, no?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

