Description
bool
fbsql_rollback ( [resource link_identifier])
Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo_
fbsql_rollback() ends the current transaction by
rolling back all statements issued since last commit_
This command is only needed if autocommit is set to false_
See also:
fbsql_autocommit() and
fbsql_commit()