PRB: SqlMaxProcs% Documentation Incorrect

Last reviewed: April 28, 1997
Article 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 : kbdocerr


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.