Chapter 13; Using Recordset question
Question: In coding the example given in Chapter 13, pages 530 - 532 "Moving.ASP" I was successful in obtaining a correct page display in IE 6.0, however, when formating the list, ie. Start at record 100 and reverse the order, I notice that the "order" of the records is not correct. For example, when the code is requested to start at record 100 and the direction is reverse, the displayed page in IE 6.0 starts with record number 96. Additionally, some of the records are not in the correct order. Record number 46 may appear between record numbers 16 and 15 and record number 208 may appear between record number's 56 and 55. This does not happen when the Format is start at record 1, direction forward. I don't believe that this is a coding error, but rather a program error? Has anybody had a simular problem? If so, what did you do to correct said problem.
ou812
|