Hi there! I hope someone can help me with this problem..
With this code:
I get this error:
If I take away "Fixbug" in the code, I get this error:
Line 18 is:
What is the problem? I don't understand a thing, because this script is working just fine on another server.
I'm so greatful for any help I can get! Thanks in advance!
With this code:
Code:
<%
' Shows the member.
strSQL = "Select * From members where username='"&Fixbug(Request.Querystring("view"))&"'"
Set ObjRS = ObjConn.Execute(strSQL) IF ObjRS.Eof then
Response.Write "No members."
End if
%>
I get this error:
Code:
Microsoft VBScript runtime error '800a000d' Type mismatch: 'Fixbug' /com/userview.asp, line 17
If I take away "Fixbug" in the code, I get this error:
Code:
Microsoft VBScript runtime error '800a01a8' Object required: '' /com/userview.asp, line 18
Line 18 is:
Code:
strSQL = "Select * From members where username='"&Fixbug(Request.Querystring("view"))&"'"
What is the problem? I don't understand a thing, because this script is working just fine on another server.
I'm so greatful for any help I can get! Thanks in advance!



