Subject | Not implemented yet |
---|---|
Author | Francisco Vieira |
Post date | 2003-09-24T23:18:05Z |
Why is not possible
to use:
resultSet.absolute(xx) or
Statement statement
=
con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
The exception is
always: Not implemented yet
Doesn`t JayBird
support this kind of implementation?