ibec_ds_RecordCount
Syntax
function ibec_ds_RecordCount(Dataset : variant);
Example
execute ibeblock returns (iCount integer) as begin stmnt = 'select FIRSTNAME, LASTNAME from CUSTOMER'; execute statement stmnt as dataset dset; iCount = ibec_ds_RecordCount(dset); suspend; end
back to top of page
<< ibec_ds_Prior | IBEBlock | ibec_ds_SaveToFile >>