Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML forms and Access

Status
Not open for further replies.

sweetleaf

Programmer
Jan 16, 2001
439
CA
Hi,

Does anyone know if it is possible to update/insert contents of an Access DB using an HTML form while NOT going through a web server like IIS?

Thanks
 
HTML is static, so it's not possible. You could use cgi-scripting.

Quasibobo *** Don't eat yellow snow! ***
 
You would have to use some form of server-side scripting like ASP or PHP or CGI.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top