|
|||||
function | OCI_ocof |
Other Library Functions |
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns OCI_SUCCESS if the function completes without error. |
define external counter function OCI_ocof ( value OCI_Handle_type lda )
This function disables the automatic commit of every SQL data manipulation statement.
Input argument:
Example:
set RetCode to OCI_ocof( Connection )
---- |