-- Steve Howard <[EMAIL PROTECTED]> on 08/26/01 10:08:23 -0500


> dereferencing in the code (is there no overhead to the binding of
> columns?).

Binding uses pre-allocated space to return the result and is
usually faster.  fetch_blah calls have to allocate space for
the result, which is what slows them down.

sl

Reply via email to