Subject | Re: [IBO] Efficient way to know if there is only one row returned... |
---|---|
Author | Jason Wharton |
Post date | 2001-03-17T05:18:21Z |
NO. That is not appropriate for InternalDataset. Let's not encourage the
abuse of this please.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
abuse of this please.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Claudio Valderrama C." <cvalde@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, March 16, 2001 8:30 PM
Subject: RE: [IBO] Efficient way to know if there is only one row
returned...
> See
> 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...