Yes, it's time for some ASP 3/Classic content. Okay, I confess, this post is mostly just a reminder for myself in the future...but I assume at some point someone will come across this via google.... I was wondering what the easiest way to traverse a recordset was (not most performant, necessarily...just simplest in terms of me saving time) I commonly see people actually writing out the table and then explicitly defining which column goes where. You know, something like: objRs(0) objRs(1) Which, really,...