why does my code give me this error?
ERROR:
"Microsoft VBScript runtime error '800a0009'
Subscript out of range
/synergy/docs/ProductionRepor ts.asp, line 42 "
CODE:
Code:
DIM sql: sql = conn.Query("SELECT cmp_name, cmp_code FROM cicmpy") DIM i i=1 DO WHILE i<10
Leave a comment: