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

Re: Database access problem

by davorg (Chancellor)
on May 19, 2006 at 15:47 UTC ( [id://550520]=note: print w/replies, xml ) Need Help??


in reply to Database access problem

It doesn't do anything because you aren't executing the SQL statement. You prepare it, but you don't execute it. DBI has an "execute" method that needs to be called in order to run SQL against a database.

$sth_Drop_quick_fix->execute or die $sth_Drop_quick_fix->errstr;
--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-04-19 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found