Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Error in JDBC with Scrollable Result Set

  Asked By: Conrad    Date: Feb 23    Category: Java    Views: 520
  

This is my code.
Connection con = null;
ResultSet ts = null;
Statement st = null;
Class.forName(DriverString).newInstance();
con = DriverManager.getConnection(ConnectionString);
st = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
ResultSet.CONCUR_READ_ONLY);
I am using weblogic server. my JDK version is 1.3. I am getting error.
"java.sql.SQLException: This JDBC 2.0 method is not implemented"
how can i solved it.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Error in JDBC with Scrollable Result Set Or get search suggestion and latest updates.




Tagged: