CursorType

<< Click to Display Table of Contents >>

 

CursorType

Enum Defines the type of a Query according to the way data is viewed. Default value of this property is 0 - ctKeyset. The available options are described on the next table.

Available options for CursorType

Option

Description

0 - ctKeyset

Any change in records initially returned by the Query is visible (default)

1 - ctStatic

No change in records initially returned by the Query is visible

2 - ctDynamic

All new records added to the Query are visible, in addition to the changes in records initially returned by the Query

Was this page useful?