Quote:
Originally posted by mary133
I need help on how to trasnfer a MS Access 2000 table,query,data access page or report to a .asp file.MS Access Provides this facility at "File" and "Export...".I am confused in the dialog box that appears after the "save" button is cliked.Please help.
|
I am not sure what you mean, but do you want to access an Microsot Access Database from within an ASP-site? What are you planning to do with it; as if you are in Microsoft Access, BUT on a website? Then you should choose HTML for saving/exporting your FORM. If you want use a basebase as engine for your website, you should place its database on a server with IIS, and access that server, which also contains an ASP-file, to access your database.