Subject | Re: [firebird-support] fastest dummy query |
---|---|
Author | Ivan Prenosil |
Post date | 2004-03-19T16:57:58Z |
> Is there a way to keep the connection active from the client side,You mean how to generate some network traffic ?
> other than using dummy query + timer? If not, what would be the
> fastest query? Select 1 from rdb$database?
> Unfortunately rewriting application to automatically reconnect is not
> an option at the moment :(
I would call isc_database_info( ), since it does not require
opened transaction.
Ivan