| 
||||||||||
| 
 | 
||||||||||
| Other Library Functions | ||||||||||
| function | OCI_onbtst | 
  Available in:
   Sold separately  | 
| 
Library: omoci - Oracle Call Interface database support
 Include: omoci.xin  | 
Return type: Integer Returns: OCI_SUCCESS if the connection is in non-blocking mode.  | 
define external integer 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 )
| ---- |