|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_ocom |
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_ocom ( read-only OCI_Handle_type lda )
This function commits the current transaction.
Input argument:
Example:
set RetCode to OCI_ocom ( Connection )
| ---- |