{{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:

How to install Windows Subsystem for Linux?

- Open Powershell in Admin mode and run wsl --install