{{theTime}}

Search This Blog

Total Pageviews

How to create Updateable ResultSet?

How to create Updateable Resultset?

Use ResultSet Concurrency Constant in createStatement(), prepareStatement(), or prepareCall()

CONCUR_READ_ONLY  -- Read only
CONCUR_UPDATABLE  -- Updateable.

No comments:

Java Sequenced Collection Java Sequenced Collection The Sequenced Collection feature was introduced in Jav...