This has been bugging me all day
I have kept coming back to it and trying to sort it but to no avail
Any help woould be appriciated
I Have the following code
I am feeding it with this link
I get the following error
Manic
-----------------------------
I've broken it again !!
-----------------------------
I have kept coming back to it and trying to sort it but to no avail
Any help woould be appriciated
I Have the following code
Code:
<%
Dim adoCon, rsDetails, strSQL, RecordNo
RecordNo = String(Request.QueryString("Problem_Level"))
Set adoCon = Server.CreateObject("ADODB.Connection")
adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("work.mdb")
Set rsDetails = Server.CreateObject("ADODB.Recordset")
strSQL = "SELECT * FROM Details WHERE Problem_Level=" & RecordNo
rsDetails.Open strSQL, adoCon
%>
I am feeding it with this link
Code:
[URL unfurl="true"]http://............show_level.asp?Level=High[/URL]
I get the following error
Code:
Error Type:
Microsoft VBScript runtime (0x800A01C2)
Wrong number of arguments or invalid property assignment: 'String'
/work/show_level.asp, line 10
Manic
-----------------------------
I've broken it again !!
-----------------------------