Jan 5, 2002 #1 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
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
Jan 5, 2002 #2 Quasibobo Programmer Oct 11, 2001 168 NL HTML is static, so it's not possible. You could use cgi-scripting. Quasibobo *** Don't eat yellow snow! *** Upvote 0 Downvote
HTML is static, so it's not possible. You could use cgi-scripting. Quasibobo *** Don't eat yellow snow! ***
Jan 5, 2002 #3 JimEkleberry Programmer Dec 25, 2001 150 US You would have to use some form of server-side scripting like ASP or PHP or CGI. Upvote 0 Downvote