|
|||||
function | SQLTransact |
Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLTransact ( value SQL_handle_type EnvironmentHandle, value SQL_handle_type ConnectionHandle, value counter CompletionType )
Requests a commit or rollback operation for all active operations on all statement handles associated with a connection. SQLTransact
can also request that a commit or rollback operation be performed for all connections associated with the environment handle.
Use of this function is deprecated. It has been replaced in ODBC 3.0 by SQLEndTran
.
Input arguments:
The following values are allowed:
---- |