Re: Error with reponse.write

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: CD (mcdye1_at_hotmail.nospam.com)
Date: 04/22/04


Date: Thu, 22 Apr 2004 07:18:54 -0500

Thanks for the reply

I still get error on that line.

Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch
/adlookup/results.asp, line 89

"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:uxe2cb%23JEHA.620@tk2msftngp13.phx.gbl...
> CD wrote:
> > I have code from a book that appears work except for the writing the
> > reuslts. I am querying AD and writing the results. I get the error:
> >
> > Error Type:
> > Microsoft VBScript runtime (0x800A000D)
> > Type mismatch
> > /adlookup/results.asp, line 89
> >
> > Which is the line> Response.Write "<TD>" &
> > adoRecordSet.Fields("cn") & "</TD>"
> >
>
> Response.Write "<TD>" & adoRecordSet.Fields("cn").Value & _
> "</TD>"
>
> Bob Barrows
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>



Relevant Pages

  • ARRAY() function gives error.
    ... Error Type: ... Microsoft VBScript runtime ... Type mismatch ... Array function works with VBScript 2 and higher ...
    (microsoft.public.scripting.vbscript)
  • Re: Too few parameters. Expected 1. - Problem with asp/access
    ... > Microsoft VBScript runtime error '800a000d' ... > Type mismatch: 'rsUserUpdate' ... Please reply to the newsgroup. ...
    (microsoft.public.inetserver.asp.general)
  • Number comparison error
    ... But if I try to compare its value to another number, ... Error Type: ... Microsoft VBScript runtime ... Type mismatch: 'myCurrentQty' ...
    (microsoft.public.inetserver.asp.general)
  • Error indicating lines of code which dont exist
    ... Error Type: ... Type mismatch: 'CBool' ... I've been reading and writing content to a database via ASP successfully. ...
    (microsoft.public.scripting.vbscript)
  • Error with formatcurrency statement
    ... I got the following line in the formatcurrency statement that is giving error. ... Error Type: ... Microsoft VBScript runtime ... Type mismatch: 'formatcurrency' ...
    (microsoft.public.inetserver.asp.general)