Access to Legacy Applications and Data
|
|
Step 2: Defining Application Requirements
- Compile a list of target host files, keys, and alternate index paths. Define the subset of records to be read from the target Web application.
- Specify the ADO objects, methods, properties, and collections supported by the data provider that will be used in the application.
- Consider using Recordset.Filter to define recordsets based on logical search criteria and to search for records based on the application program and user input.
- Use the ADO errors collection to produce errors in formats that the program can understand. This will prevent passing unnecessary error conditions to the Web browser.
- Use either the automatic AS/400-to-OLE DB data transformation, or custom mapping, by using a data column description file from the DDM service host.
- Decide whether to automatically map logon user IDs obtained from the Web browser.
- Choose a deployment option and decide whether to run the DDM service on the computer running SNA Server, or on the computer running Windows Client for SNA Server.
© 1997-1999 Microsoft Corporation. All rights reserved.