Forum Discussion

Adagio's avatar
Adagio
Frequent Contributor
7 years ago
Solved

How to check if a recordset is null

Hello,   After establishing a connection between TestComplete and Db2, I ran a query which didn't return any results. How can I verify if the recordset is null (i.e. not records have been returned...
  • tristaanogre's avatar
    7 years ago

    I would check EOF before you do the move first...  if EOF is true, then there are no records