Garth WIlcox
Member
The documentation for SavePoint states: "Identifies a point in a transaction to which you can later roll back. In the parameter, you can pass any name to identify the savepoint."
Does SavePoint also commit all prior work for the transaction?
If a transaction has started, inserts made and a SavePoint has been created; does Rollback rollback to the start of the transaction?
Does SavePoint also commit all prior work for the transaction?
If a transaction has started, inserts made and a SavePoint has been created; does Rollback rollback to the start of the transaction?