dbgetmaxprocs

Description

Determine the current maximum number of simultaneously open DBPROCESSes.

Syntax

int dbgetmaxprocs()

Parameters

None.

Returns

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

Usage

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.

See also

dbopen, dbsetmaxprocs