OpenResultset Method Type Argument, ResultsetType and Type Property Constants

These constants are used to determine the type of cursor created by the selected cursor library.

Constant Value Description
rdOpenForwardOnly 0 Opens a forward-only – type rdoResultset object. (Default)
rdOpenKeyset 1 Opens a keyset-type rdoResultset object.
rdOpenDynamic 2 Opens a dynamic-type rdoResultset object.
rdOpenStatic 3 Opens a static-type rdoResultset object.