Hi all,
I'm having trouble using SavePoint and RollBackToSavePoint.
I set the savepoint using:
OracleSession1.SavePoint('SP1');
and then attempt to roll it back using:
OracleSession1.RollBackToSavePoint('SP1');
but it raises an exception reporting that the savepoint wasn't set? I step through the code and it hits the line that sets the save point..
Any help would be great...
I'm having trouble using SavePoint and RollBackToSavePoint.
I set the savepoint using:
OracleSession1.SavePoint('SP1');
and then attempt to roll it back using:
OracleSession1.RollBackToSavePoint('SP1');
but it raises an exception reporting that the savepoint wasn't set? I step through the code and it hits the line that sets the save point..
Any help would be great...