Hi

> both are not sensitive to changes by user.

It depends on what exactly you need. Updatable result sets are
sensitive to own updates (using the ResultSet methods), but not to own
insertions or deletes. Do you need to detect added rows and / or
deleted rows in an updatable result set? Or do you want to detect
changes made by another connection? What kind of updates (inserted
rows, deleted rows, changed rows)?

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to