Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Tricks with DBI

by runrig (Abbot)
on Oct 19, 2001 at 02:10 UTC ( [id://119818]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my($id, $name, $phone);
    $sth->bind_columns(undef, \$id, \$name, \$phone);
    
  2. or download this
    $sth->bind_columns(\my ($id, $name, $phone));
    
  3. or download this
    select stuff
    from table
    where field1 in (?,?,?,?)
    and   field2 in (?,?,?,?,?)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (9)
As of 2024-04-18 08:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found