Function CSPODBCConnection::Rollback()
Description:
Rollbacks all ODBC transactions made over this connection.
 |
Prototype:
bool Rollback();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member functions AutoCommit(), Commit()
|
|