Subject | Re: [ib-support] Record Count |
---|---|
Author | Woody |
Post date | 2001-11-07T20:25:41Z |
From: "Mike Grover" <mike@...>
First to set the recordcount properly. This does take time witha a larger
result set, though. A better way, if your query is not real complex is to
use something like a Count(*) in a separate query first.
Woody
> Is there a way to get a record count from a query andIf you are using IBX components, do a FetchAll. Or, you can do a Last, then
> have the data to?
>
First to set the recordcount properly. This does take time witha a larger
result set, though. A better way, if your query is not real complex is to
use something like a Count(*) in a separate query first.
Woody