| Author |
about setTransactionIsolation() method
|
surendar prabu
Ranch Hand
Joined: Jul 24, 2006
Posts: 102
|
|
I need to understand about a transaction state over a connection object. can i have something like setting start transaction over a connection object so that no two transactions happen at the same time??? And i also need to know about the setTransactionIsolation and getTransactionIsolation methods in the connection interface and the constants related to these methods. please help me out.
|
SCJP 1.4
|
 |
Mr. C Lamont Gilbert
Ranch Hand
Joined: Oct 05, 2001
Posts: 1170
|
|
|
Probably if you want to prevent or enable multiple concurrent transactions that would be in the connection properties.
|
 |
surendar prabu
Ranch Hand
Joined: Jul 24, 2006
Posts: 102
|
|
Thank you. But can some one please specify about that property.I cannot find any. regards surendar
|
 |
surendar prabu
Ranch Hand
Joined: Jul 24, 2006
Posts: 102
|
|
|
will i get the same results as maintaining a transaction state, if i go for connection pooling???
|
 |
 |
|
|
subject: about setTransactionIsolation() method
|
|
|