| 
||||||||||
| 
 | 
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_ocof | 
  Available in:
   Sold separately  | 
| 
Library: omoci - Oracle Call Interface database support
 Include: omoci.xin  | 
Return type: Integer Returns: Returns OCI_SUCCESS if the function completes without error.  | 
define external integer 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 )
| ---- |