Subject | Re: [firebird-support] Selectable SP and Client ProgressBar |
---|---|
Author | Vlad Khorsun |
Post date | 2007-09-27T15:38:13Z |
> Now I have detected, that the server executes the whole SPNot to the end but enough rows to fill network packet
> to the end and then sends the first row to the client.
> That's exactlySELECT ... FOR UPDATE will force remote subsystem to fetch
> why I don't want. Exists a way achieve, that the server starts the SP
> and send a row to the client after every 'suspend'?
rows one by one
Regards,
Vlad