| Author |
Updateable ResultSet
|
sinasi susam
Ranch Hand
Joined: Jul 15, 2005
Posts: 67
|
|
Hi, Probably it will sound funny to you, Do Updateable ResultSets update the columns in db when they are updated? Or the changes becomes only in ResultSet?
|
 |
Maximilian Xavier Stocker
Ranch Hand
Joined: Sep 20, 2005
Posts: 381
|
|
I think it would be easier if you described the behaviour you are seeing and what you don't understand about it. A call to updateXXX() methods won't update the database but updateRow() will... or should anyway. But there are also things like transaction isolation levels that mean that an update you make may not seen by others.. also cursor sensitivity of others. So the answer is changes in the DB but what you see (depending on above) may not neccessarily make that obvious to you.
|
 |
 |
|
|
subject: Updateable ResultSet
|
|
|