Subject | Re: IBPP - Is the Database Connected? |
---|---|
Author | barfingdog_2004 |
Post date | 2004-05-14T17:35:14Z |
--- In firebird-support@yahoogroups.com, Milan Babuskov <albis@e...>
wrote:
That's what I'm doing now.
My first question is "Does IBPP have a method that
will provide this information?"
My second question is "Why can't I see posts to the
IBPP discussion group that were submitted in the last
month?"
Thanks
Larry
wrote:
> barfingdog_2004 wrote:Thanks Milan:
> > Thank you Oliver and Dan:
> >
> > I'm having a tough time thinking like a Firebird user.
> >
> > I'm not finding "Connected". Please help me out.
>
> Why don't you just use simple bool flag? Like this:
>
> bool Connected = false;
> try
> {
> db->Connect();
> Connected = true;
> }
> catch (
>
> Later you simply check the value of Connected variable.
> HTH
That's what I'm doing now.
My first question is "Does IBPP have a method that
will provide this information?"
My second question is "Why can't I see posts to the
IBPP discussion group that were submitted in the last
month?"
Thanks
Larry