DOC: Constant Values Incorrect for CursorLocationEnum (242049)



The information in this article applies to:

  • ActiveX Data Objects (ADO) 2.0
  • ActiveX Data Objects (ADO) 2.01
  • ActiveX Data Objects (ADO) 2.1
  • ActiveX Data Objects (ADO) 2.1 SP1
  • ActiveX Data Objects (ADO) 2.1 SP2

This article was previously published under Q242049

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:

ConstantValue
adUseNone1
adUseClient2
adUseServer3


The correct Constant Values are listed below:

ConstantValue
adUseNone1
adUseServer2
adUseClient3



Modification Type:MajorLast Reviewed:6/13/2001
Keywords:kbdocfix kbDSupport kbinfo KB242049