Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.54 KB

File metadata and controls

42 lines (35 loc) · 2.54 KB
title DataFactory Object (RDSServer) Properties, Methods, and Events | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
helpviewer_keywords
DataFactory object [ADO], members
ms.assetid 36a1f49b-91f4-44f4-b6e2-52fc7ed06d7e
author MightyPen
ms.author genemi

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

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)