For Loop Through Recordset - ASP / Active Server Pages
!TG wrote: I currently use Do while loop, but I'd rather use a For Loop though I have never gotten the hang of them. Would some one please be so kind as to show me how to loop through a recordset. Like this? for (var Employees=[]; !RS.EOF; RS.MoveNext())...