Microsoft Remote Data ServiceMicrosoft Remote Data Service*
*Contents  *Index  *Topic Contents

RDS.DataSpace Object

The RDS.DataSpace object creates client-side proxies to custom business objects located on the middle tier.

Method

CreateObject

Remarks

Remote Data Service needs business object proxies so that client-side components can communicate with business objects located on the middle tier. Proxies facilitate the packaging, unpackaging, and transport (marshaling) of the application's recordset data across process or machine boundaries.

Remote Data Service uses the RDS.DataSpace object's CreateObject method to create business object proxies. The business object proxy is dynamically created whenever an instance of its middle-tier business object counterpart is created. Remote Data Service supports the following protocols: HTTP, HTTPS (HTTP Secure Sockets), DCOM, and in-process (client components and the business object reside on the same computer).

The class ID for the RDS.DataSpace object is BD96C556-65A3-11D0-983A-00C04FC29E36.

Example

See Also

Getting a Recordset to the Client, Transport Protocols, Business Object Proxies and the RDS.DataSpace Object, Appendix B: Detailed Control Flow


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.