Subject Re: [firebird-support] Getting RowCount by API
Author Dimitry Sibiryakov
On 17 Sep 2006 at 17:56, rj1102 wrote:

>For small queries this works correctly!! But for larger resultsets the
>incorrect row count is returned. So i think something is wrong with
>the bufferlength (last line).
>
>Someone has a clue?

FB don't have a crystal ball to predict how many rows will be in
resultset. You have only one reliable way to find it out: fetch them
all and count.

--
SY, Dimitry Sibiryakov.