ADO and SQL Server
Fetch Backwards Property
The Fetch Backwards property indicates whether the recordset can fetch backward.
Applies To
Command Object | Recordset Object |
Syntax
object.Properties("Fetch Backwards") [= value]
Parts
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether the recordset can fetch backward, as specified in Settings.
Settings
Value | Description |
---|---|
True | The recordset can fetch backward. |
False | The recordset cannot fetch backward. |
Data Type
adBoolean
Modifiable
Read/write
OLE DB Property
DBPROP_CANFETCHBACKWARDS