Subject | Re: [Firebird-Java] Re: Using FbStatisticsManager to getHeaderPage() will not timeout |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-07-31T13:53:47Z |
> gsec version WI-V2.0.3.12981 Firebird 2.0Is it non-Windows platform? What is the command line?
> Cannot attach to services manager
> unable to open database
> I suppose I could change my design here a bit and attempt to verifyAt the moment there is no such possibility and I am not sure that it
> the database is online before attempting to get its headerPage to
> avoid asking for the header when teh database is offline.
>
> What is the best way to verify the database is online? I am hoping I
> dont need to make a full connection to determine this.
exists at all. If you're able to connect to the database with your user
name and password, then all functions should be available, otherwise you
get the connection exception with error code ISCConstants.isc_shutdown.
I will check why the service manager from Jaybird hangs, while gsec is
able to tell this correctly...
Roman