I'm facing an odd behavior in using the GetRows Method. I'm not sure what's
causing it because it has been working fine until now.
I have a sproc that returns 1 row. I display the RS info on the page using a
DO-WHILE loop. All fields have values.
I then rerun the same sproc, but this time extract the values into an array
using getrows. I loop through the array and display the content of each
element on screen. However, from the 14 fields, fields 0, 1, 12, 13, & 14
have data and all else are empty.
This is all done in a simple test script, nothing fancy.
I checked carefully that i didn't mix index or anything else silly and well
as have someone else look at it.
I know this is a longshot, but has anyone seen this behavior before? Maybe
some component installed is causing this problem. Just thought I'll ask.
Thanks for any info.