|
|||||
function | OCI_onbtst |
Other Library Functions |
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns OCI_SUCCESS if the connection is in non-blocking mode. |
define external counter function OCI_onbtst ( value OCI_Handle_type lda )
This function tests whether a database connection is in non-blocking mode.
Input argument:
Example:
set RetCode to OCI_onbtst( Connection )
---- |