what is the difference between SENSITIVE and INSENSITIVE?
Answer / suresh mishra
Sensitive : When you have opened the ResultSet and some one is updating the data in the database.The updated data will be shown in the current ResultSet.
InSensitive - The ResultSet will not get the updated data in the middle of result execution.
| Is This Answer Correct ? | 13 Yes | 2 No |
how can we get the metaData (columnNames) from a table which has no Records..
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
How many jdbc driver types are there?
Is jpa faster than jdbc?
How do find debugging problems related to JDBC API?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Which interface is responsible for transaction management in jdbc?
Is JDBC a language or Application?
What is CLOB and BLOB datatypes in JDBC?
Can the JDBC-ODBC Bridge be used with applets?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
How can I create a custom RowSetMetaData object from scratch?