Subject | RE: [IBO] Determining if there is only one record in a result set |
---|---|
Author | Jason Wharton |
Post date | 2008-02-12T23:26:25Z |
> Is there an easy / good performance way of determining if aSet InternalDataset.BufferRowNum := 2 and then check if
> result set
> contains only one record?
>
> I am using TIBOQuery and want to avoid using .recordcount or
> trying to loop through the result set.
InternalDataset.BufferEof.
Jason