The RDS.DataSpace object creates client-side proxies to custom business objects located on the middle tier.
Method
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.
See Also
Getting a Recordset to the Client, Transport Protocols, Business Object Proxies and the RDS.DataSpace Object, Appendix B: Detailed Control Flow
© 1997 Microsoft Corporation. All rights reserved. |