| Author |
isolation level in JDBC
|
Suhem Programmer
Greenhorn
Joined: Feb 13, 2007
Posts: 21
|
|
Hi, I would appreciate if anybody could explain me where and how can I declare isolation levels in JDBC. TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_REPEATABLE_READ TRANSACTION_SERIALIZABLE Thanks, Suhem
|
 |
Kevin Smither
Ranch Hand
Joined: Oct 22, 2007
Posts: 30
|
|
did you check the JDBC API? It is on the connection object... connection.setTransactionIsolation()
|
 |
Suhem Programmer
Greenhorn
Joined: Feb 13, 2007
Posts: 21
|
|
Hi Kevin, Got my answer thanks a lot for the reply. Thanks, Suhem
|
 |
 |
|
|
subject: isolation level in JDBC
|
|
|