in reply to Re: Re: Multi tiered web applications in Perl
in thread Multi tiered web applications in Perl

$dbh->prepare_cached() ???
  • Comment on Re: Re: Re: Multi tiered web applications in Perl

Replies are listed 'Best First'.
Re: Re: Re: Re: Multi tiered web applications in Perl
by perrin (Chancellor) on Oct 23, 2003 at 19:31 UTC
    That just caches the statement handle. It does nothing to cache the results.