Guest_imported
New member
- Jan 1, 1970
- 0
I have some simple code that I am trying to get to work. Half the time it works. Other half not. No Kidding!
point = 1
do while not oRs.EOF
lastName(point) = oRs("lastName"
point = point + 1
ors.movenext
loop
When I run this on my ASP page in the VBScript section it just stops on the page and won't load anything under the point where the record set comes into play. If anyone knows why this is happening, you'll save me from insanity.
point = 1
do while not oRs.EOF
lastName(point) = oRs("lastName"
point = point + 1
ors.movenext
loop
When I run this on my ASP page in the VBScript section it just stops on the page and won't load anything under the point where the record set comes into play. If anyone knows why this is happening, you'll save me from insanity.