Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Re: Re: Sqlite DBI $sth->rows

by bart (Canon)
on Oct 24, 2003 at 00:35 UTC ( [id://301759]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sql = {
         SELECT count(*)
         FROM patient_data
    ...
      my $sth = $dbh->prepare($sql);
      $sth->execute($name);
      my ($count_rows) = $sth->fetchrow_array();
    
  2. or download this
    $sth->finish();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-25 11:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found