Subject Re: [ib-support] How can I check if a table is empty?
Author Mark Patterson
PODESTA Mariano APRE wrote:

> try
>
> if (exists (select * from MyTable)) then
> ..
>
> this statement is fast and does not fetch all records.

How would you use that in Delphi with IBX?

== Mark