DataFactory Object (RDSServer) Properties, Methods, and Events

Important

Beginning with Windows 8 and Windows Server 2012, RDS server components are no longer included in the Windows operating system (see Windows 8 and Windows Server 2012 Compatibility Cookbook for more detail). RDS client components will be removed in a future version of Windows. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Applications that use RDS should migrate to WCF Data Service.

Properties

None.

Methods

Method Description
ConvertToString Method (RDS) Converts a recordset into a MIME64 string.
CreateRecordset Method (RDS) Creates and returns an empty recordset.
Execute Method (RDS) Execute the request and create an advanced data rowset (for use with ADO 2.5 or later).
Execute21 Method (RDS) Execute the request and create an advanced data rowset (for use with ADO 2.1).
Query Method (RDS) Execute the request and create an advanced data rowset.
SubmitChanges Method (RDS) Given a recordset with pending changes, this method submits them to the database identified in the connection string.
Synchronize Method (RDS) Synchronize the given recordset with the database specified by the connection string (for use with ADO 2.5 or later).
Synchronize21 Method (RDS) Synchronize the given recordset with the database specified by the connection string (for use with ADO 2.1).

Events

None.

See Also

DataFactory Object (RDSServer)