> neil.saunders@accenture.com wrote:
>
>>You cannot count the number of rows in a cursor, unfortunately. I recently
>>ran in to this problem.
>>
> How sad, then I have to repeat the query, first for counting and last for
> data fetch :-(
>
> /BL
>
If you need a count, why not just execute one of the methods to get a count.
i.e.e select count(id) ...