[Q] how to find out if IZResultSet is empty
Posted: 26.07.2017, 13:49
i'm really sorry but cant find proper forum to post that question, is there any way how to find out if IZResultSet is empty without trying to itterate it?
This is the official forum of ZeosLib providing support to all ZeosLib users.
https://zeoslib.sourceforge.io/
Code: Select all
{** Rows returned by SQL query. }
IZResultSet = interface(IZInterface)
[...]
function IsBeforeFirst: Boolean;
function IsAfterLast: Boolean;
function IsFirst: Boolean;
function IsLast: Boolean;