Results of <%= cmdDC.CommandText %>
<%= Item.Name %> | <% Next %> <% ' Loop through recordset and display results If Not rsDC.EOF Then rsDC.MoveFirst ' Get the number of fields and subtract one so our loops start at 0 iFieldCount = rsDC.Fields.Count - 1 ' Continue till we get to the end, and while in each
---|
<%= rsDC.Fields(iLoopVar) %> | <% Next %>