I need an expert opinion on what I should do. I have an asp page where I want to retrieve records but I have to place certain records under certain headings. So I need write the heading then output the records. In order to do this I need to go through all the records ten times for each heading. should I create a recordset for each heading or loop through the same one 10 times
By the way I know I should be ordering the records in the sql query so I would not have to run through all of the records but in this case I cannot.
Any help would be appreciated
Thanks
Bryant
By the way I know I should be ordering the records in the sql query so I would not have to run through all of the records but in this case I cannot.
Any help would be appreciated
Thanks
Bryant