|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_onbclr |
Available in:
Sold separately |
|
Library: omoci - Oracle Call Interface database support
Include: omoci.xin |
Return type: Integer Returns: OCI_SUCCESS if the function completes without error. |
define external integer function OCI_onbclr ( value OCI_Handle_type lda )
This function places a database connection in blocking mode.
Input argument:
Example:
set RetCode to OCI_onbclr( Connection )
| ---- |