Saving form results to Access

  • Thread starter Thread starter Anna
  • Start date Start date
A

Anna

Hi,

I want to put a form on my site and save the results to an
Access database. I've created the form and set up the FP
connection to the database, but when I test the form it
comes up with error messages. I have tried saving the page
as .asp (when prompted by a message box) and .htm but
neither will work.

I would be grateful for any help.

Thanks
Anna
(I use FP 2000)
 
Hi Anna,

1. Any page which gets data from a database needs to have an .asp extension,
as the web server uses ASP to process the code.
2. Any ASP page must be run on a Windows IIS web server. Therefore, you must
be working with a server-based web.
3. Any ASP page must be run via HTTP(e.g.
"http://localhost/MyWeb/mypage.asp"), not as a file, since the request must
be processed by ASP on the web server.
4. What is the error message?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top