XL97: DAO Error in Step 3 of Web Form WizardLast reviewed: January 15, 1998Article ID: Q161071 |
The information in this article applies to:
SYMPTOMSWhen you click Next in the Web Form Wizard - Step 3 of 6 dialog box, you may receive the following error:
Unable to initialize the Data Access Object. Please run Setup to install DAO. CAUSEThis problem may occur when both of the following conditions are true:
RESOLUTIONTo resolve this behavior, do the following:
STATUSThis behavior is by design of Microsoft Excel 97.
MORE INFORMATIONRequesting and gathering information over the Internet requires using forms, having knowledge of the server and database storage, and having some programming skills. Because Microsoft Excel worksheets are often used to simulate forms, you can use Microsoft Excel 97 as simple yet powerful engine for generating a form for the Web. When users visit your Web and request the form, it is downloaded to the client, and Microsoft Excel 97 starts. When the user completes the form and clicks the submit button, Microsoft Excel submits the data to the database on the Web server. Microsoft Excel then closes the form and quits. The server parses the data according to the method you specify when you create the form using the Web Form Wizard. The methods you can specify include Microsoft Internet Information Server, and Common Gateway Interface (CGI). If you use Internet Information Server, the wizard saves the data in the Microsoft Access database (.mdb) file. If you use CGI, the data is processed by a PERL script (or similar program) and is saved in a .csv text file. Note that the wizard creates both files.
REFERENCESFor more information about the Web Form Wizard, click the Index tab in Microsoft Excel Help, type the following text
web form wizardand then double-click the selected text to go to the "About setting up your data gathering system" topic.
|
Additional query words: 97 for Windows XL97
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |