Re: Error with reponse.write
From: CD (mcdye1_at_hotmail.nospam.com)
Date: 04/22/04
- Next message: Henry Robinson: "Re: Scheduling ASP / SQL"
- Previous message: Don Grover: "Re: Scheduling ASP / SQL"
- In reply to: Bob Barrows [MVP]: "Re: Error with reponse.write"
- Next in thread: Bob Barrows [MVP]: "Re: Error with reponse.write"
- Reply: Bob Barrows [MVP]: "Re: Error with reponse.write"
- Messages sorted by: [ date ] [ thread ]
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.
>
>
- Next message: Henry Robinson: "Re: Scheduling ASP / SQL"
- Previous message: Don Grover: "Re: Scheduling ASP / SQL"
- In reply to: Bob Barrows [MVP]: "Re: Error with reponse.write"
- Next in thread: Bob Barrows [MVP]: "Re: Error with reponse.write"
- Reply: Bob Barrows [MVP]: "Re: Error with reponse.write"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|