AdnanShah
Sep 7th, 2000, 06:24 AM
I am trying to create a statment with following parameters:
Statment stmt = con.createStatment
(ResultSet.TYPE_SCROLL_SENSITIVE,
ResultSet.CONCUR_READ_ONLY);
But it doesn't execute and generates exception "Unsupported Operation". I am using a JdbcOdbc bridge to acces MS SQL Server database.How'd I create scrollable Result-sets. I have also deployed the JDBC optional API, still it doesn't work. Any suggestions ... ?
[Edited by AdnanShah on 09-08-2000 at 08:27 AM]
Statment stmt = con.createStatment
(ResultSet.TYPE_SCROLL_SENSITIVE,
ResultSet.CONCUR_READ_ONLY);
But it doesn't execute and generates exception "Unsupported Operation". I am using a JdbcOdbc bridge to acces MS SQL Server database.How'd I create scrollable Result-sets. I have also deployed the JDBC optional API, still it doesn't work. Any suggestions ... ?
[Edited by AdnanShah on 09-08-2000 at 08:27 AM]