|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Tricks with DBIby mpeppler (Vicar) |
| on Nov 13, 2001 at 21:34 UTC ( #125090=note: print w/ replies, xml ) | Need Help?? |
|
Great article - however: And, for the same reasons, you should use prepare_cached instead of prepare. Don't use prepare_cached() with DBD::Sybase - this would open multiple connections to your server (one for each cached statement handle). If you have a need to have a few requests that you are going to call a *lot* you may want to create stored procedures for them instead. Michael
In Section
Tutorials
|
|
||||||||||||||||||||||||||||||||