Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

SQLite Documentation

by cidaris (Friar)
on Jun 04, 2003 at 20:58 UTC ( #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? | Other CB clients
Other Users?
Others perusing the Monastery: (1)
As of 2023-06-03 05:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (7 votes). Check out past polls.

    Notices?