Transaction Processing

A transaction is an atomic unit of work, meaning that all of the steps in a transaction must be performed completely, all must be undone completely. SQLWizard supports the concept of a transaction by allowing you to commit or rollback all edits made to the result since the last commit or rollback.

Note: If accessing an XDB Server version 4.x or lower, you must turn on the Backward Log using the Options utility. If the Backward Log is not on, rollback commands will have no effect.