DBISAVAIL

Description

Determine whether a DBPROCESS is available for general use.

Syntax

DBBOOL DBISAVAIL(dbproc)
 
 DBPROCESS     *dbproc;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and server.

Returns

"True" if the DBPROCESS is available for general use, otherwise "false."

Usage

See also

dbsetavail