Subject | Re: FBResourceException |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-08-25T15:50:54Z |
> <parameter>As select expression you can use
> <name>validationQuery</name>
> <value>select expression</value>
> </parameter>
SELECT CAST(1 AS INTEGER) FROM rdb$database
This select will always succeed if connection is still alive and will
have exactly one row.
Roman