How to create Updateable Resultset?
Use ResultSet Concurrency Constant in createStatement(), prepareStatement(), or prepareCall()
CONCUR_READ_ONLY -- Read only
CONCUR_UPDATABLE -- Updateable.
Use ResultSet Concurrency Constant in createStatement(), prepareStatement(), or prepareCall()
CONCUR_READ_ONLY -- Read only
CONCUR_UPDATABLE -- Updateable.
No comments:
Post a Comment