in reply to Re: Help needed to insert data into MS Access database table........
in thread Help needed to insert data into MS Access database table........

You are absolutely correct about the @ character. Microsoft Access' query engine will now allow you to use it unless it is either within a single or double quoted string, such as the following:
INSERT INTO foobaric (email,password) VALUES ("foobar@foobaric.com","a +mbidexterous");
I don't know why this code is requiring cgi-lib2.pl and CGI, since similar header and footer functions are part of CGI as well.
  • Comment on Re: Re: Help needed to insert data into MS Access database table........
  • Download Code