put rst.CursorType rst.CursorType=rst.adOpenForwardOnly rst.CursorType=rst.adOpenDynamic rst.CursorType=rst.adOpenKeyset rst.CursorType=rst.adOpenStatic
Sets or gets
Integer
value that determines the type of cursor that the provider should use when opening the Recordset. The default value is adOpenForwardOnly. It can be one of the CursorTypeEnum values.
Description
Sets or gets the CursorType property of the wrapped ADODB.Recordset object. Use the CursorType property to specify the type of cursor that should be used when opening the Recordset object. ADOxtra provides following constants: