DOC: Constant Values Incorrect for CursorLocationEnum

ID: Q242049


The information in this article applies to:
  • ActiveX Data Objects (ADO), versions 2.0, 2.01, 2.1, 2.1 SP1, 2.1 SP2


SUMMARY

The CursorLocationEnum Constant Values are incorrectly documented in the Microsoft ADO Programmer's Reference.


MORE INFORMATION

To find the CursorLocationEnum, do a search on it, select adoEnums under topics, and the press the locate toolbar button.

This topic might appear in slightly different places depending on the version of the MSDN you have installed. The following location is in the July 99 MSDN. These constants are listed correctly in other places in the MSDN.

The ADO API Reference - ADO Enumerated Constants - CursorLocationEnum help topic states:

Constant Value
adUseNone 1
adUseClient 2
adUseServer 3


The correct Constant Values are listed below:

Constant Value
adUseNone 1
adUseServer 2
adUseClient 3


Additional query words:

Keywords : kbdocfix kbADO kbMDAC kbGrpMDAC kbDSupport
Version : WINDOWS:2.0,2.01,2.1,2.1 SP1,2.1 SP2
Platform : WINDOWS
Issue type : kbinfo


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