Re: [PHP] Re: [SQL] FTI, paged, ranked searching and efficiency.
My example wasn't complete. You need to wrap the cursor calls in BEGIN and END. Read the DECLARE docs for the minutiae. /Steve
Re: [PHP] Re: [SQL] FTI, paged, ranked searching and efficiency.
Josh Berkus ([EMAIL PROTECTED]) wrote: > Unfortunately, your only real option I can see for DB server-side row > grabbing is: Create the query(ies) as a temporary table or view using a > function. Then use Limit and Offset to grab one chunk of data at a > time. This is, of course, a seriou