my dog learned polymorphism
The moose likes JDBC and the fly likes Transaction question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Transaction question" Watch "Transaction question" New topic
Author

Transaction question

maher dabbas
Greenhorn

Joined: Dec 02, 2001
Posts: 26
Dear all
I have a question about JDBC transactions
if we control the boundaries of a normal jdbc transactio, by setting autoCommit() to false and using commit or rollback to end the transaction, and if within the transaction we did a multiple updates , the updated values will not be reflected on the underlaying RDBMS 'till we commit , thats what JDBC specs saying, now
how comes there is something called "DIRTY READ", HOW COMES THAT ANOTHER TRANSACTION WILL READ A "PARTIAL" RESULT FROM ANOTHER ONE???
Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Transaction question
 
Similar Threads
ejb transaction
transaction.commit() is this necessary if we didn't do any data manipulation on database?
CICS Two phase commit
Some CMT and BMT doubts in EJB?
Database Autocommit