in reply to Inserting a record into an Access database

What error do you get? Why don't you check if prepare returns an error? Why don't you print $DBI::errstr in the second die?

Replies are listed 'Best First'.
Re^2: Inserting a record into an Access database
by Doyle (Acolyte) on Feb 21, 2005 at 18:52 UTC
    Disregard the last half of my code, I have that commented out. The error I am getting is this...Software error: Could not execute SQL statement ... maybe invalid? at c:\Inetpub\domains\rvnuccio.com\applications\Test\tbl.pl line 46. thanks for the feedback
      I guessed as much, which is why I also asked you to do two things. Could you do those two things and tell us what you get then?