Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jody Mills   on Apr 26 In Java Category.

  
Question Answered By: Fairuzah Alam   on Apr 26



Statement st = Con.createStatement();


to:


Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_UPDATABLE);

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on What is DriverManager class Or get search suggestion and latest updates.


Tagged: