What is the equivalent to the following SQL Server statements in DB2?
- Begin Transaction
- Commit Transaction
- Rollback Transaction
What is the equivalent to the following SQL Server statements in DB2?
See here for an example. But basically
BEGIN TRANSACTION
COMMIT TRANSACTION
ROLLBACK