This default server-side business object implements methods that provide read/write data access to specified data sources for client-side applications.
Methods
CreateRecordset, Query, SubmitChanges
Remarks
The AdvancedDataFactory object is designed as a server-side Automation object that receives client requests. In an Internet implementation, it resides on a Web server and is instantiated by the ADISAPI component. The AdvancedDataFactory object provides read and write access to specified data sources, but does not contain any validation or business rules logic.
If you use a method that is available in both the AdvancedDataFactory and AdvancedDataControl objects, Advanced Data Connector uses the AdvancedDataControl version by default. The default assumes a basic programming scenario, where the AdvancedDataFactory serves as a generic server-side business object.
If you want your Web application to handle task-specific server-side processing, you can replace the AdvancedDataFactory with a custom business object.
You can create server-side business objects that call the AdvancedDataFactory methods, such as Query and CreateRecordset. This is helpful if you want to add functionality to your business objects, but take advantage of existing Advanced Data Connector technologies.
The class ID for the AdvancedDataFactory object is 9381D8F5-0288-11D0-9501-00AA00B911A5.
See Also
Getting a Recordset to the Client, Business Object Proxies, Client Tier, Defining Recordset Shape, Detailed Control Flow, Middle Tier, AdvancedDataFactory vs. Custom Business Objects, AdvancedDataFactory Object (Three-Tiered Applications)
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.