|
|||||
function | OCI_ocom |
Other Library Functions |
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns OCI_SUCCESS if the function completes without error. |
define external counter function OCI_ocom ( read-only OCI_Handle_type lda )
This function commits the current transaction.
Input argument:
Example:
set RetCode to OCI_ocom ( Connection )
---- |