---
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](https://www.microsoft.com/download/details.aspx?id=27416) 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](https://go.microsoft.com/fwlink/?LinkId=199565).
|||
|-|-|
|[DataControl (RDS)](../../../ado/reference/rds-api/datacontrol-object-rds.md)|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)](../../../ado/reference/rds-api/datafactory-object-rdsserver.md)|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)](../../../ado/reference/rds-api/dataspace-object-rds.md)|Creates client-side proxies to custom business objects located on the middle tier.
The **DataSpace** object is safe for scripting.|
|[IRDSService Interface (RDS)](../../../ado/reference/rds-api/irdsservice-interface-rds.md)|Exposes the [InvokeService (RDS)](../../../ado/reference/rds-api/invokeservice-rds.md) 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](../../../ado/reference/rds-api/rds-api-reference.md)