Function CSPODBCRecordset::Commit()

Description:
Commits all transactions made through this recordset object.

Prototype:
bool Commit();

Arguments:
No arguments (void).

Return value:
If successful, it returns true. Otherwise, it returns false.

Remarks:
This works only if this object is not bound to an external connection object. If this object is bound to an external connection use the member function CSPODBCConnection::Commit()

See also:
member functions Rollback(), AutoCommit()
CSPODBCRecordset | ODBC support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd