My basic issue is that I have 2 work tables (MS SQL Server) I want to use to drive a sales order entry application. The first will have customer records, and the second will be updated on the fly wit...
You can call the Reset method of the DBTable variable used in your inner loop. Insert an operation which will do this on each iteration of your outer loop before the inner loop starts.