SqlGetMaxProcs%

Determines the current maximum number of simultaneously open sqlconn connections.

Syntax

SqlGetMaxProcs% ( )

Returns

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

Remarks

A DB-Library for Visual Basic program has a maximum number of simultaneously open sqlconn connections. The initial default limit is set to 25. The application program can change this limit by calling SqlSetMaxProcs%.

See Also

SqlOpen%, SqlSetMaxProcs%