![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: difference between syb_nsql and prepare/execute callby elwarren (Priest) |
on Nov 09, 2010 at 16:57 UTC ( #870348=note: print w/replies, xml ) | Need Help?? |
If you prepare() then execute(), you have the option of executing the same statement multiple times without preparing again. A simple optimization that can add up when updating many records. The syb_nsql combines these steps into one, as well as offering additional functionality with callbacks. Docs cover this better than I can explain it.
In Section
Seekers of Perl Wisdom
|
|