Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

SQL through perl is giving error

by ksublondie (Friar)
on Aug 31, 2011 at 21:22 UTC ( [id://923530]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $inventoryInsert=...;
    my $inventoryUpdate=...;
    ...
      }
    }
    $db->commit;
    
  2. or download this
    Cannot insert the value NULL into column 'columnname', table 'tablenam
    +e'; column does not allow nulls. UPDATE fails.
    
  3. or download this
    eval{
      $db->do($inventoryInsert.$statement);
    ...
      }
    }
    $db->commit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (10)
As of 2024-04-18 12:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found