aspose file tools
The moose likes JDBC and the fly likes about setTransactionIsolation() method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "about setTransactionIsolation() method" Watch "about setTransactionIsolation() method" New topic
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???
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: about setTransactionIsolation() method
 
Similar Threads
How to change the isolation level in WebSphere 5.1.2
EJB - Resource initialization
Question about TRANSACTION SERIALIZABLE...
JDBC auto-commit
Select query not working with Jdbc for transactional calls.