Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Daisy Brown   on Jan 20 In Java Category.

  
Question Answered By: Christie Bradley   on Jan 20

I think it is because you are creating a statement
with the following parameters and I have a feeling
that MS Access is not supporting this operation..

ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_UPDATABLE

To test this make your

Stat=Con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_UPDATABLE);

to

Stat=Con.createStatement();

Note may not be able to go to previous  ResultSet value

Share: 

 

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

 
Didn't find what you were looking for? Find more on JDBC Problem Or get search suggestion and latest updates.


Tagged: