Determine the current maximum number of simultaneously open DBPROCESSes.
int dbgetmaxprocs()
An integer representing the current limit on the number of simultaneously open DBPROCESSes.
A DB-Library program has a maximum number of simultaneously open DBPROCESSes. By default, this number is 25. The application program may change this limit by calling dbsetmaxprocs.