Transactions are started implicitly by the first statement to modify the database, and must be explicitly committed or rolled back.
To commit a transaction, use the ULConnection.Commit method.
To rollback a transaction, use the ULConnection.Rollback method.