ASP Form Results in Database

  • Thread starter Thread starter VA
  • Start date Start date
V

VA

Hi,

I created a form that would send the results to a
database (also created using FrontPage). The form
publishes fine, I'm able to submit the information
without a problem, but the database turns up empty whne I
check it. I'm using FrontPage 2002. My system admin
assures me that all extensions are up and running.
However, there is the fact that they are still using a
FP2000 server. Could that be the issue? Any input would
be highly appreciated!

Thanks,

VA
 
Shouldn't be a problem with the FP2000 extensions. Open the site on the remote/live server directly
in FP, then go to Tools | Web Settings | Database and verify your database connection.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
In fact, FrontPage server extensions don't come into play at all at run-time
with the DRW. They are only used at design-time to create the ASP code. So,
it doesn't even matter if FrontPage server extensions are installed at all
when running your ASP apps.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
True, but by having the FP extensions, FP will create the global.asa file and set the correct
permissions on the database and the fpdb folder.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top