Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Undoes all changes made in the current transaction and releases any database locks currently held by this SQLServerConnection object.
Syntax
public void rollback()
Exceptions
Remarks
This rollBack method is specified by the rollBack method in the java.sql.Connection interface.
This method should be used only when auto-commit mode has been disabled.
See Also
rollback Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class