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