The AdvancedDataSpace object creates client-side proxies to custom business objects located on the middle tier.
Method
Remarks
Microsoft® Advanced Data Connector 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.
Advanced Data Connector uses the AdvancedDataSpace 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. Advanced Data Connector 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 AdvancedDataSpace object has two class IDs:
See Also
Getting a Recordset to the Client, Detailed Control Flow, Transport Protocols, Business Object Proxies, Business Object Proxies and the AdvancedDataSpace Object
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.