Subject Re: [Firebird-Architect] Re: rdb$db_key in either XSQLDA or XSQLVAR
Author Vitaly Prapirny
Roman Rokytskyy wrote:
> As I already described, I do not want to rewrite SQL in the JDBC
> driver to ask for dbkey explicitly - it is not job of the JDBC driver.
> I asked if it is possible to become dbkey implicitly _and_ without
> making incompatible changes in the XSQLDA and remote protocol. If this
> is not possible, the we do not provide this feature in JDBC - "server
> does not support it". Period.
FYI, Oracle OLE DB driver does just the same thing for updatable
resultsets - ask for ROWID column explicitly by rewriting SQL.
"Server does not support it" is not so credible reason so :)
But I'm agree that some support from the engine would be very helpfull
in such special case.

Good luck !
Vitaly