Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

RE: Database Connectivity

by httptech (Chaplain)
on Apr 14, 2000 at 20:56 UTC ( [id://7641]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $dbh->{'RaiseError'} = 1;
    
  2. or download this
    $sth->prepare("YOUR SQL HERE")or die "blah $DBI::errstr";
    
  3. or download this
    $sth->prepare("YOUR SQL HERE");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found