Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: (FoxUni) Re: Good Programming is Better

by George_Sherston (Vicar)
on Jan 12, 2002 at 01:07 UTC ( [id://138138]=note: print w/replies, xml ) Need Help??


in reply to Re: Good Programming is Better
in thread Good Programming is Better

My rationale for using prepare is so I can use placeholders, so I can have arbitrary numbers of columns, and don't have to think about whether I need quotes. But if one can use placeholders with do, that'd be even sweeter.

§ George Sherston

Replies are listed 'Best First'.
Re: Re: (FoxUni) Re: Good Programming is Better
by gav^ (Curate) on Jan 12, 2002 at 01:12 UTC
    You can use placeholders with do. Just make sure you use undef as the first param.
    $dbh->do('insert into blah (?, ?, ?)', undef, $x, $y, $z);

Log In?
Username:
Password:

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

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

    No recent polls found