Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.8 KB

rds-objects.md

File metadata and controls

26 lines (24 loc) · 1.8 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
RDS Objects
RDS Objects
rothja
jroth
01/19/2017
sql
ado
reference
objects [ADO], RDS
RDS objects [ADO]

RDS Objects

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.

Object Description
DataControl (RDS) Binds a data query Recordset to one or more controls (for example, a text box, grid control, or combo box) to display the Recordset data on a Web page.

The DataControl object is safe for scripting.
DataFactory (RDSServer) Implements methods that provide read/write data access to specified data sources for client-side applications.

The DataFactory object is not safe for scripting.
DataSpace (RDS) Creates client-side proxies to custom business objects located on the middle tier.

The DataSpace object is safe for scripting.
IRDSService Interface (RDS) Exposes the InvokeService (RDS) method, which is used to return a pointer to the requested interface on a more capable version of the object.

See Also

RDS API Reference