Thread: rollback issue?
View Single Post
  #1  
Old 05-21-2007, 04:07 AM
ponds ponds is offline
Junior Member
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ponds is on a distinguished road
Default rollback issue?

hey there,

I tried to rollback using

connection.setAutoCommit(false);
connection.rollback();

but, data was updated in database with out any commit();

Any idea how to correct this problem? Please reply.
Thankz. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - rollback issue?
Thread: rollback issue?
View Single Post
  #1  
Old 05-21-2007, 04:07 AM
ponds ponds is offline
Junior Member
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ponds is on a distinguished road
Default rollback issue?

hey there,

I tried to rollback using

connection.setAutoCommit(false);
connection.rollback();

but, data was updated in database with out any commit();

Any idea how to correct this problem? Please reply.
Thankz. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote