Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Using ADO objects, a select query returns an RecordSet object if more than one result is returned. So, if you want to go through the records in that RecordSet, you would iterate through a "while" loop while the RecordSet is not EOF.
See the example at https://support.smartbear.com/testcomplete/docs/reference/program-objects/ado/createadoquery.html
If you want specific help with your code, please post your code here and we'll see what we can do to help.