| Subject | Re: [Firebird-Java] active resultset |
|---|---|
| Author | Roman Rokytskyy |
| Post date | 2004-08-24T09:54:46Z |
> Is it possible to have some sort of active resultset? I want to beIn JDBC this is called ResultSet.TYPE_SCROLL_SENSITIVE, but this is not
> able to detect changes in the database through a resultset without
> sending a query more then once.
supported by JayBird (and Firebird).
Roman