I have a piece of simple code, let say;
dim objrs
set objrs = server.createobject("adodb.recordset"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
objrs DoConnStuff
Standard connection. Now at a later point in the code i see this:
objRs(5)
does anyone know what this is trying to accomplish. It apears as though it is accessing an array, but thier is no array created anywhere in the code.
Thanks
Micah A. Norman
dim objrs
set objrs = server.createobject("adodb.recordset"
objrs DoConnStuff
Standard connection. Now at a later point in the code i see this:
objRs(5)
does anyone know what this is trying to accomplish. It apears as though it is accessing an array, but thier is no array created anywhere in the code.
Thanks
Micah A. Norman