RDS methods

Applies to: Access 2013, Office 2013

Method Description

Cancel

Cancels execution of a pending, asynchronous method call.

CancelUpdate

Cancels any changes made to the current or new row of a Recordset object.

ConvertToString

Converts a Recordset to a MIME string that represents the recordset data.

CreateObject

Creates the proxy for the target business object and returns a pointer to it.

CreateRecordset

Creates an empty, disconnected Recordset.

MoveFirst, MoveLast, MoveNext, MovePrevious

Moves to the first, last, next, or previous record in a specified Recordset object.

Query

Uses a valid SQL query string to return a Recordset.

Refresh

Requeries the data source specified in the Connect property and updates the query results.

Reset

Executes the sort or filter on a client-side Recordset, based on the specified sort and filter properties.

SubmitChanges

Submits pending changes of the locally cached and updatable Recordset to the data source specified in the Connect property.