RDS Object Model Summary

Microsoft ActiveX Data Objects (ADO)

RDS 2.5

RDS Object Model Summary

Object Description
RDS.DataSpace This object contains a method to obtain a server proxy. The proxy may be the default or a custom server program (business object). The server program may be invoked on the Internet, an intranet, a local area network, or be a local dynamic-link library.
RDSServer.DataFactory This object represents the default server program. It executes the default RDS data retrieval and update behavior.
RDS.DataControl This object can automatically invoke the RDS.DataSpace and RDSServer.DataFactory objects.

Use this object to invoke the default RDS data retrieval or update behavior.

This object also provides the means for visual controls to access the returned Recordset object.

See Also

RDS Fundamentals | RDS Tutorial | Using RDS

© 1998-2003 Microsoft Corporation. All rights reserved.