Hi everyone,
I'm developing a form in DWMX using ASP VBScript trying to
write to an Access db
I've done similar things successfully on another PC and
remember having to go through various file permissions tweaks
before I could successfully write to the db. I've compared the
security/file folder permissions of both machines and made a few
changes to make the second PC set up the same as the one I've
worked on successfully.
At this point, I'm just trying to write the value of a text
field to the db and get an "HTTP 500.100 - Internal Server Error -
ASP error" - specifically"Syntax error in INSERT INTO statement.".
I can copy the pages to the other machine and write the value
successfully so it must be some permissions or other setting on the
second machine. Any ideas?
Thanks.