Frontpge 2003 submissiion form

B

bgilb

I have created a form that I want to write to a database. I created it
originally to write to a txt file (default) and everything worked fine. After
I switched the properties to point to a database (that FP created) When I
click the submit button, nothing happens. I have fp extension enabled, and
have verified that other data can write to the database. any ideas?
 
A

Andrew Murray

Did you establish the database connection correctly?

Did you publish the database file (in the fpdb folder)?

Did you change/save the file(s) as *.asp?

Does your server support ASP?

You also need to republish the global.asa file as this contains the database
connection information.

Using the MS Access database requires a Windows server.

Are you getting any error message?
 
Top