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 |
Which type of driver provides jdbc access via one or more odbc drivers?
what is the current version of JDBC? and explain its features?
What is odbc and jdbc?
What are four types of JDBC driver?
What is jdbc driver in java?
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
What will happen when ResultSet is not closed?
How do I connect to jdbc?
What is the meaning of connection?
What is statement and preparedstatement in java?
What are the different types of modifiers?
Where can I find ojdbc14 jar file?