This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi!everyone I have a programme in which i query the database.I have used the following line of code to create statement object connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE); when my programme executes i get an exception saying option feature not implemented what is this and how do i get a result set that is updatable and at the same time scrollable in both directions!! THANKS AMOL
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
posted
0
I believe the optons you've chosen are only supported in JDBC 2.0. You need to download the updated version.
Bosun
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
A Agrawal
Ranch Hand
Joined: Jul 13, 2001
Posts: 41
posted
0
Yes, Bosun is right. Download the latest JDBC (Now 3.0 is available) also Download driver from your DataBase Vendor's site in case you are using thin driver.
------------------ Amit Agrawal, New Delhi, India.