|
-
Sep 7th, 2000, 06:24 AM
#1
Thread Starter
New Member
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|