Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Where the advice to use DBI bind parameters can go wrong (long)

by mpeppler (Vicar)
on Jun 14, 2002 at 22:58 UTC ( [id://174741]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("select * from market where commodity like ?")
    +;
    
    ...
    while(my $d = $sth->fetch) {
        ;
    }
    
  2. or download this
    Table: market scan count 1, logical reads: (regular=111 apf=0 total=11
    +1), physical reads: (regular=0 apf=0 total=0), apf IOs used=0
    
  3. or download this
    Table: market scan count 1, logical reads: (regular=51889 apf=0 total=
    +51889), physical reads: (regular=0 apf=0 total=0), apf IOs used=0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found