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

My guess is that the database is choking on some characters (such as @ in the email address). I don't use ADODB, but there is probably some sort of quoting mechanism to handle special characters.
  • Comment on Re: Help needed to insert data into MS Access database table........

Replies are listed 'Best First'.
Re: Re: Help needed to insert data into MS Access database table........
by Anonymous Monk on Dec 19, 2000 at 00:03 UTC
    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.