RDS methods
Applies to: Access 2013, Office 2013
Method | Description |
---|---|
Cancels execution of a pending, asynchronous method call. |
|
Cancels any changes made to the current or new row of a Recordset object. |
|
Converts a Recordset to a MIME string that represents the recordset data. |
|
Creates the proxy for the target business object and returns a pointer to it. |
|
Creates an empty, disconnected Recordset. |
|
Moves to the first, last, next, or previous record in a specified Recordset object. |
|
Uses a valid SQL query string to return a Recordset. |
|
Requeries the data source specified in the Connect property and updates the query results. |
|
Executes the sort or filter on a client-side Recordset, based on the specified sort and filter properties. |
|
Submits pending changes of the locally cached and updatable Recordset to the data source specified in the Connect property. |