MW_Didata
6 months agoRegular Contributor
How to loop through all records in DBTable
I want to loop through all records in a DBtable, It's scripted in Javascript:
This is what I have so far, I can read the data from it. I haven't found out how to loop untill the end of the records.
See the code example shown in https://support.smartbear.com/testcomplete/docs/testing-with/checkpoints/stores/dbtable/modifying.html. They are using RowCount property in the for statement.