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

DBI fetchall_arrayref using $max_size doesn't dereference normally.

by Tatnall (Beadle)
on Jul 28, 2005 at 18:47 UTC ( [id://479084]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Assuming:
    # 
    ...
    # +-----+-----------+
    # |  ?  |     1     |
    # +-----+-----------+
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
    close_db();
    exit();
    
  3. or download this
        $stmt = "SELECT id, name FROM table1";
        $sth = execute_it($dbh,$stmt);
    ...
    
    close_db();
    exit();
    

Log In?
Username:
Password:

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

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

    No recent polls found