I have a mySQL database (shared, hosted by my webhost) and am trying to insert records using VBScript (chilisoft ASP).
Using the INSERT INTO (tablename) VALUES (value, value)
works if I actually put values into "value, value", but if I try to use the & Request.form...