Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: DBI prepare_cached

by runrig (Abbot)
on Sep 08, 2005 at 21:23 UTC ( [id://490328]=note: print w/replies, xml ) Need Help??


in reply to DBI prepare_cached

What is the scope of that hash? Is it useless to use prepare_cached when a statement handle is not executed more than once within a given subroutine?
The same as the $dbh. If a given statement is only executed prepared once on the same database handle, then prepared_cached is useless.

Replies are listed 'Best First'.
Re^2: DBI prepare_cached
by hok_si_la (Curate) on Sep 08, 2005 at 21:32 UTC
    runrig,

    Thanks for the quick response.

    hok_si_la
Re^2: DBI prepare_cached
by Codon (Friar) on Sep 08, 2005 at 21:42 UTC
    I so mis-read that reply. Never mind.

    Ivan Heffner
    Sr. Software Engineer, DAS Lead
    WhitePages.com, Inc.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 03:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found