OCI_onbtst

function

Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin

Returns: OCI_SUCCESS if the connection is in non-blocking mode.


Declaration
define external integer function OCI_onbtst (  value OCI_Handle_type lda  )


Purpose

This function tests whether a database connection is in non-blocking mode.

Input argument:

Example:

  set RetCode to OCI_onbtst( Connection )