How can I determine the isolation levels supported by my DBMS?
Answer / Arif Mohammad Ansari
To find out the supported isolation levels for your DBMS, you can refer to its documentation or use JDBC metadata. For example, using a PreparedStatement, you can call getTransactionIsolation() method on Connection or ResultSet objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Statement and PreparedStatement? whatz the difference?
Write an sql to find all records having all numeric characters in a field ?
How do we load the drivers?
How to test jdbc connection to sql server?
Does jdbc use odbc?
How to create Connection interface object because it is Interface , Interface is not instansiated?
Explain about the Try Block?
What is the difference between Minus, and Intersect?
What is the role of the jdbc drivermanager class?
What is JDBC Savepoint? How to use it?
What is createstatement method in java?
Under what circumstances, that all four drivers are used?