| Author |
I have name of a savepoint, can i rollback to that savepoint?
|
raminaa niilian
Ranch Hand
Joined: Jul 14, 2005
Posts: 550
|
|
Hi Thank you for reading my post I have name of a savepoint in my method and connection which that savepoint belongs to. Now what i need it to rollback to that savepoint but problem is that Connection object rollback method does not accept savepoint name and it just accept savepoint Object to rollback to it. So, is there any way to rollback to a save point when we just have name of that savepoint? Thanks
|
 |
Shailesh Chandra
Ranch Hand
Joined: Aug 13, 2004
Posts: 1076
|
|
Whenever you set a SavePoint on connection, connection returns you an object of SavePoint. Use same object of SavePoint to rollback. Thanks, Shailesh Chandra
|
Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
|
 |
 |
|
|
subject: I have name of a savepoint, can i rollback to that savepoint?
|
|
|