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

SQLite Documentation

by cidaris (Friar)
on Jun 04, 2003 at 20:58 UTC ( [id://263146]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sql = "SELECT * FROM test";
    my $sth = $dbh->prepare($sql) || die "Couldn't prepare $sql: $sth->err
    +str";
                                                                          
    +                                                                     
    +                     while ( @row = $sth->fetchrow_array ) {
        print "@row\n";
      }
    
  2. or download this
    dbih_setup_fbav: invalid number of fields: 0, NUM_OF_FIELDS attribute probably not set right at ./test_sqlite.pl line 12.

Log In?
Username:
Password:

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

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

      No recent polls found