If i've insterted data to a tmpDB table using recordInsertList, how can i loop through the table and get the records inside it
RecordInsertList tmpDBTableRecordInsertList = new RecordInsertList(tableNum(TmpDBTable));
how can i now while loop through all the values that i inserted to the tmp table?