Subject | Re: [IBO] Efficient way to know if there is only one row returned... |
---|---|
Author | Jason Wharton |
Post date | 2001-03-15T15:40:59Z |
with MyIBOQuery.InternalDataset do
begin
if BufferHasEOF and BufferRowCount = 1 then
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
begin
if BufferHasEOF and BufferRowCount = 1 then
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Carlos H. Cantu" <ibo@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, March 15, 2001 8:00 AM
Subject: [IBO] Efficient way to know if there is only one row returned...
> Hi !
>
> What is the best efficient way to know if a TIBOQuery returned only 1 row
?
> I'm supposing that RecordCount should be avoided...
>
> []s
>
> Carlos
> WarmBoot Informatica - http://www.warmboot.com.br
> Interbase-BR - http://www.interbase-br.com
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>