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

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.