Article ID: 242049 - Last Review: June 13, 2001 - Revision: 1.0

DOC: Constant Values Incorrect for CursorLocationEnum

This article was previously published under Q242049
Expand all | Collapse all

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:

Collapse this tableExpand this table
ConstantValue
adUseNone1
adUseClient2
adUseServer3


The correct Constant Values are listed below:

Collapse this tableExpand this table
ConstantValue
adUseNone1
adUseServer2
adUseClient3



APPLIES TO
  • Microsoft ActiveX Data Objects 2.0
  • Microsoft ActiveX Data Objects 2.01
  • Microsoft ActiveX Data Objects 2.1
  • Microsoft ActiveX Data Objects 2.1 Service Pack 1
  • Microsoft ActiveX Data Objects 2.1 Service Pack 2
Keywords: 
kbdocfix kbinfo KB242049
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations