dbgetmaxprocs

DB Library for C

DB Library for C

dbgetmaxprocs

Determines the current maximum number of simultaneously open DBPROCESS structures.

Syntax

SHORT dbgetmaxprocs ( void );

Returns

An integer representing the current limit on the number of simultaneously open DBPROCESS structures.

Remarks

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.

See Also

dbopen

dbsetmaxprocs