Marks a DBPROCESS as being available for general use.
void dbsetavail ( PDBPROCESS dbproc );
Any subsequent call to dbisavail returns TRUE until some use is made of DBPROCESS. Many DB-Library functions automatically set DBPROCESS to “not available.” This is useful when many different parts of a program are attempting to share a single DBPROCESS structure.
dbisavail |