Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.09 KB

File metadata and controls

31 lines (27 loc) · 2.09 KB
title RDS Objects | Microsoft Docs
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.prod sql
ms.prod_service connectivity
ms.topic conceptual
helpviewer_keywords
objects [ADO], RDS
RDS objects [ADO]
ms.assetid f2ac8b3b-f968-41c4-a504-7aee3538b7c7
author MightyPen
ms.author genemi

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.

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