Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Code factory

by Anonymous Monk
on Jul 09, 2003 at 16:40 UTC ( [id://272735]=note: print w/replies, xml ) Need Help??


in reply to Re: Code factory
in thread Code factory

It's also important to remember to use parameters when using prepare_cached.
select * from table where lname = ?
rather than
select * from table where lname = $foo
You should cache one statement rather than many small variations.

Log In?
Username:
Password:

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

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

    No recent polls found