Subject | RE: [IBO] Efficient way to know if there is only one row returned... |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-03-17T03:30:59Z |
See
TIB_Dataset's
Function FetchSingle: boolean;
Probably it works for TIBO components if you call the method through
TIBOQuery's InternalDataset object.
C.
TIB_Dataset's
Function FetchSingle: boolean;
Probably it works for TIBO components if you call the method through
TIBOQuery's InternalDataset object.
C.
> -----Original Message-----
> From: Carlos H. Cantu [mailto:ibo@...]
> Sent: Jueves 15 de Marzo de 2001 11:00
>
> Hi !
>
> What is the best efficient way to know if a TIBOQuery returned
> only 1 row ?
> I'm supposing that RecordCount should be avoided...