When we are trying to execute scrollable resultset APIs (rs.last etc.,) we get the following error. (Database version: UDB 7. on Windows. Driver: Type 4.)
This method should only be called on ResultSet objects that are scrollable(type TYPE_SCROLL_SEN SITIVE or TYPE_SCROLL_INS ENSITIVE).
But the same(scrollable resultset) works on DB2 Version 7.1 on DB2 z/OS version.
Can anyone help in solving for the issue in scrollable resultset in UDB 7. on Windows. Driver: Type 4.
Thanks in Advance,
This method should only be called on ResultSet objects that are scrollable(type TYPE_SCROLL_SEN SITIVE or TYPE_SCROLL_INS ENSITIVE).
But the same(scrollable resultset) works on DB2 Version 7.1 on DB2 z/OS version.
Can anyone help in solving for the issue in scrollable resultset in UDB 7. on Windows. Driver: Type 4.
Thanks in Advance,
Comment