ASP Form Results in Database

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
 
T

Thomas A. Rowe

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.
==============================================
 
K

Kevin Spencer

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.
 
T

Thomas A. Rowe

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.
==============================================
 
Top