PRB: SqlMaxProcs% Documentation Incorrect

ID: Q99677


The information in this article applies to:
  • Microsoft SQL Server Programmer's Toolkit, version 4.2

The SqlMaxProcs% documentation on page 165 of the "Programmer's Reference for Visual Basic" is incorrect. This function does not exist, and the description and Syntax sections incorrectly state:

   The SqlMaxProcs% function determines the current maximum number of
   simultaneously open sqlconn% connections.

   Syntax:  SqlMaxProcs% (maxprocs%)

            where

            maxprocs%
              Sets the new limit on the number of sqlconn% connections
              that can be open simultaneously. 

The correct function name is SqlGetMaxProcs%. The SqlGetMaxProcs% documentation should be as follows:

   The SqlGetMaxProcs% function determines the current maximum number of
   simultaneously open sqlconn% connections.

   Syntax:  SqlMaxProcs% () 

Additional query words: SqlMaxProcs SqlGetMaxProcs dblib

Keywords : kbprg SSrvDB_Lib
Version : 4.2
Platform : WINDOWS
Issue type :


Last Reviewed: March 16, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.