|
Home > Archive > IIS ASP > May 2004 > Microsoft VBScript runtime error '800a000d
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Microsoft VBScript runtime error '800a000d
|
|
| jimbly 2004-05-30, 11:53 am |
| Hello,
can someone help! I am getting an error:
Microsoft VBScript runtime error '800a000d
Type mismatch
/bps/srch-detail.asp, line 137
I didn't write this asp - I know very little about asp - I'm just trying
to get this site working on my server! I think the offending lie is
this:
<% If arr_RS(8,0) > 0 then%>
any ideas??
thanks
Jimbly
DEVBuilder.org, http://www.DEVBuilder.org
ASP,ASP.NET,VB.NET,PHP,Java,and SQL Support, all in one place.
| |
| Aaron Bertrand - MVP 2004-05-30, 11:53 am |
| > <% If arr_RS(8,0) > 0 then%>
>
> any ideas??
Umm, without seeing more code, absolutely not...
| |
| Curt_C [MVP] 2004-05-30, 11:53 am |
| CInt()
CDbl()
you are probably comparing a String to a Int/Number
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"jimbly" <holmes@dircon.co.uk> wrote in message
news:40b4cf0b$0$206$75868355@news.frii.net...
> Hello,
> can someone help! I am getting an error:
>
> Microsoft VBScript runtime error '800a000d
> Type mismatch
>
> /bps/srch-detail.asp, line 137
>
> I didn't write this asp - I know very little about asp - I'm just trying
> to get this site working on my server! I think the offending lie is
> this:
>
> <% If arr_RS(8,0) > 0 then%>
>
> any ideas??
> thanks
> Jimbly
>
>
> DEVBuilder.org, http://www.DEVBuilder.org
> ASP,ASP.NET,VB.NET,PHP,Java,and SQL Support, all in one place.
|
|
|
|
|