M
matt shudy
Hi,
I am trying to use a for...next loop, but am having some
problems. Is there anything wrong with what i wrote?
Right now i am just testing it with a variable, i will
later put in the real value i want.
Thanks,
Matt
For i = 1 to 12
objRS.Filter="Month = i"
Response.Write "<TR><TD>" & objRS("Location")
& "</TD></TR>"
next
This is the error i get...
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable
range, or are in conflict with one another.
/enveng/bowlingcharts/test.asp, line 37
I am trying to use a for...next loop, but am having some
problems. Is there anything wrong with what i wrote?
Right now i am just testing it with a variable, i will
later put in the real value i want.
Thanks,
Matt
For i = 1 to 12
objRS.Filter="Month = i"
Response.Write "<TR><TD>" & objRS("Location")
& "</TD></TR>"
next
This is the error i get...
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable
range, or are in conflict with one another.
/enveng/bowlingcharts/test.asp, line 37