
Phil Paxton has compiled a list of ten commandments all ASP developers should religiously follow.Thou shalt use neither a "counting" loop nor .MoveLast to count the number of records in an ADO recordset. (either set the .CursorType correctly or use a Count() in SQL). In this article, Phil explains why that commandment is so, and the disadvantages present to using .MoveLast or a counting variable.
|