Microsoft VBScript runtime (0x800A0009)
Hi everyone
I am developing an Intranet application, using asp connect to SQL server 2000, the asp file runs with an error message of
Microsoft VBScript runtime (0x800A0009)
Subscript out of range: '[number: 1]'
/customers/contactlist.asp, line 21
Code:
<%
Dim eUser, rsCheckListRole
eUser=split(Request.ServerVariables("logon_user"), "/")
set rsCheckListRole=con.execute("sp_GetListUser "&eUser(1)) line 21
Any help will be very much approciated
thanks in advance
Peter
|