Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: DBD::SQLite dilemma

by mpeppler (Vicar)
on Aug 11, 2003 at 12:36 UTC ( [id://282835]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $rowcount = $dbh->do("select * from TABLE");
    
  2. or download this
    sub do {
        my($dbh, $statement, $attr, @params) = @_;
    ...
    
        ($rows == 0) ? "0E0" : $rows;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-25 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found