Access and FrontPage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a small form in FrontPage linked to an Access Database I have the
fields mapped. My problem is the data is not being written back to the
database when filling in the form using localhost. What could be wrong?

Thanks
Bill Winter
 
Are you getting an error message? Does the folder the database is in have
write permissions? Are you using IIS? What's the SQL Statement you're
using? Check and make sure your field names aren't using any reserved
words, like Date. If they do make sure you use brackets around them, ex:
[Date]
 
By localhost do you mean it is file hosted? If so, is the machine it is
hosted on running IIS?
 

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

Similar Threads

frontpage, access, server, sql 2
FrontPage Form / Access Database 9
Database results on FrontPage 10
Access and Frontpage 3
Database 8
FrontPage and .mdb files 2
frontpage and mysql 3
can't publish to local host 22

Back
Top