Concept Framework 1.0 documentation Contents | Index

standard.db.sql.ODBCRollback

Name Version Deprecated
ODBCRollback version 1.0 no

Prototype:
number ODBCRollback([number connectionID])

Parameters:
connectionID      the ID identifying the connection as returned by ODBCDriverConnect or ODBCConnect. If this parameter is missing, this will affect the first connection created.

Description:
Roll back the data.

Note: This function can be called only if the auto commit flag is set to false by calling ODBCAutoCommit.

Returns:
Return -1 if failed (call ODBCError to retrieve the error) or 0 if succeeded.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:07 2009 GMT(c)2009 RadGs Software