eyeswideclosed
MIS
VB.NET/ASP.NET
When I create 2 ADO recordsets, even with their own connections, the 2nd one interferes with the 1st. I'm trying to do a nested loop, the outer loop with the 1st and the inner loop with the 2nd, but as soon as the 2nd one is created the data in the 1st one is gone. I have been forced to use an array for the outer loop created from the 1st, then create the 2nd, this works ok but I want to know why I can't create 2 recordsets on the same page and have them act independently.
When I create 2 ADO recordsets, even with their own connections, the 2nd one interferes with the 1st. I'm trying to do a nested loop, the outer loop with the 1st and the inner loop with the 2nd, but as soon as the 2nd one is created the data in the 1st one is gone. I have been forced to use an array for the outer loop created from the 1st, then create the 2nd, this works ok but I want to know why I can't create 2 recordsets on the same page and have them act independently.