Link to home
Start Free TrialLog in
Avatar of shailesh_116
shailesh_116

asked on

front page 2000

I want to submit my formdata into a default database i.e. ms access( in case of front page 2000) could you pls tell me whether to use ODBC or microsoft's ADO and how? Should i install front page server extensions in order to resolve my problem? If yes why should i use the same. Please help me in successful postage and retrieval of data thru database connectivity options available in front page 2000.
Avatar of fibdev
fibdev

More information is needed.

Will this be a remote database or a local web site?

Either way, I would say yes.  You want to install FrontPage server extentions to get the most out of frontpage.  Without them you lose the ability to edit on the server.

With the FrontPage server extentions installed. here is all you do to connect to an access database.

1) Create the database.

2) Open the web in frontpage (local or remote, same procedure)

3) From the root select "Inport" from the "File" menu.

4) Select the access database to inport.

5) Frontpage will prompt you with a message that says the database should be stored in a file called "fpdb" say yes and the file will be created and the database will be inported there.  At this point frontpage will automaticlly handle the odbc linking for you.

6) Then you just create a page with a form on it and use frontpage to specify the database to store the results in (in the form "right-click" and select "form properties" a dialog box appears that is pretty self explanitory.

Good Luck
fibdev is almost entirely correct, except a few steps were left out.
1. You will still need to click on your Control Panel's ODBC32 icon and then setup a DSN name for your database.
2. You will need to go in afterwards to MSFP's web site options for this web site and after clicking on the database tab, double-click on your database's name (in the list) to have MSFP verify your database connection.

I realize this is an incomplete answer, but a real tutorial would be to lengthy to put in this location.  

Best wishes

ASKER CERTIFIED SOLUTION
Avatar of sduell
sduell

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial