ADO Magic
Published 2.17.2005 by ~mattg
Well, I’ve been working on editing some ASP pages for one of our clients, and I came across the strangest bug in ADO.
Apparently, if you have a recordset which contains a text field, you must access those fields in the order they are in the recordset. If you access them out of order, fields disappear.
I don’t know if it’s Microsoft “Magic” or a bug in ADO that has been fixed, but it’s still very strange.
Filed under Web Development