Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

by sutch (Curate)
on Dec 18, 2000 at 22:10 UTC ( [id://47228]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://47228]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 18:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found