Subject Re: [Firebird-Java] active resultset
Author Roman Rokytskyy
> Is it possible to have some sort of active resultset? I want to be
> able to detect changes in the database through a resultset without
> sending a query more then once.

In JDBC this is called ResultSet.TYPE_SCROLL_SENSITIVE, but this is not
supported by JayBird (and Firebird).

Roman