ADO and SQL Server
IRowsetLocate Property
The IRowsetLocate property indicates whether the provider supports the OLE DB IRowsetLocate interface.
Applies To
Command Object | Recordset Object |
Syntax
object.Properties("IRowsetLocate") [= value]
Parts
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether the provider supports the specified interface, as specified in Settings.
Settings
Value | Description |
---|---|
True | The recordset supports the specified interface. This setting implicitly causes the created recordset to support bookmarks, returning True for the Use BookMarks property. |
False | The recordset does not support the specified interface. |
Data Type
adBoolean
Modifiable
Read/write
OLE DB Property
DBPROP_IRowsetLocate
Remarks
ADO uses the OLE DB IRowsetLocate interface if the provider supports it.
The IRowsetLocate property is useful for conformance testing.