Determines the current maximum number of simultaneously open DBPROCESS structures.
SHORT dbgetmaxprocs ( void );
An integer representing the current limit on the number of simultaneously open DBPROCESS structures.
A DB-Library for C program has a maximum number of simultaneously open DBPROCESS structures. By default, this number is 25. The application program can change this limit by calling dbsetmaxprocs.
dbopen | dbsetmaxprocs |