Microsoft KB Archive/242049

From BetaArchive Wiki
Knowledge Base


DOC: Constant Values Incorrect for CursorLocationEnum

Article ID: 242049

Article Last Modified on 6/13/2001



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



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:

Constant Value
adUseNone 1
adUseClient 2
adUseServer 3



The correct Constant Values are listed below:

Constant Value
adUseNone 1
adUseServer 2
adUseClient 3




Keywords: kbinfo kbdocfix KB242049