Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: perl DBI help

by thunders (Priest)
on Sep 26, 2002 at 20:50 UTC ( [id://201052]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $dbh= DBI->connect("DBI:mysql:host=localhost;database=testsites","qaus
    er","blah",{PrintError => 0, RaiseError => 1}) or die $DBI::errstr;
    ...
    -and-
    
    $sth = $dbh->prepare ($stmt) or die $dbh->errstr;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-24 12:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found