RDS properties

Applies to: Access 2013, Office 2013

Property Description

Connect

Indicates the database name from which the query and update operations are run.

ExecuteOptions

Indicates whether asynchronous execution is enabled.

FetchOptions

Indicates the type of asynchronous fetching.

FilterColumn

Indicates the column on which to evaluate the filter criteria.

FilterCriterion

Indicates the evaluation operator to use in the filter value.

FilterValue

Indicates the value to filter records.

Handler

Indicates the name of a server-side customization program (handler) that extends the functionality of the RDSServer.DataFactory, and any parameters used by the handler.

InternetTimeout

Indicates the number of milliseconds to wait before a request times out.

ReadyState

Indicates the progress of a DataControl object as it fetches data into its Recordset object.

Recordset and SourceRecordset

Indicates the Recordset object returned from a custom business object.

Server

Indicates the Internet Information Services (IIS) name and communication protocol.

SortColumn

Indicates by which column to sort the records.

SortDirection

Indicates whether a sort order is ascending or descending.

SQL

Indicates the query string used to retrieve the Recordset.

URL

Indicates a string that contains a relative or absolute URL.