in reply to Re: mod_perl was hosed by a bind variable
in thread mod_perl was hosed by a bind variable

The fastest way to use DBI is with prepare_cached() and bind variables. This is in the mod_perl docs.

Is this true even when the underlying database (e.g., MySQL, in this case), doesn't support prepared queries?

  • Comment on Re: Re: mod_perl was hosed by a bind variable

Replies are listed 'Best First'.
Re: Re: Re: mod_perl was hosed by a bind variable
by perrin (Chancellor) on Jan 29, 2004 at 22:53 UTC
    Yes, because it skips a bunch of object creation and stuff on the client side.
    A reply falls below the community's threshold of quality. You may see it by logging in.