D
Dave Cardwell
Hello.
Is there any way to cache the statement handles returned by prepare or
perhaps prepare_cached across scripts when using the DBI module?
Specifically I'd like to re-use a few of my queries with placeholders across
multiple calls to CGI scripts. I've looked at the documentation for
Apache:
BI and it didn't mention the caching of prepares, so I guess that
doesn't do it.
I'd rather not have to hard-code my common prepare statements anywhere
if possible.
Regards,
Is there any way to cache the statement handles returned by prepare or
perhaps prepare_cached across scripts when using the DBI module?
Specifically I'd like to re-use a few of my queries with placeholders across
multiple calls to CGI scripts. I've looked at the documentation for
Apache:
doesn't do it.
I'd rather not have to hard-code my common prepare statements anywhere
if possible.
Regards,