-- 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
- another performance question. Steve Howard
- RE: another performance question. lembark
- RE: another performance question. Steve Howard
- Re: another performance question. Tim Bunce
- Re: another performance question. Tim Bunce
- RE: another performance question. Steve Howard