Determines whether a DBPROCESS is available for general use.
BOOL dbisavail ( PDBPROCESS dbproc );
where
TRUE if the DBPROCESS is available for general use; FALSE otherwise.
dbisavail indicates whether the specified DBPROCESS is available for general use. When a DBPROCESS is first opened, it is marked as being available until it is used. Many DB-Library functions automatically set the DBPROCESS to "not available," but only dbsetavail resets it to "available." This facility is useful when several parts of an application are trying to share a single DBPROCESS.