PC Review


Reply
Thread Tools Rate Thread

ASP problem: Microsoft VBScript runtime error '800a000d'

 
 
=?Utf-8?B?U2tj?=
Guest
Posts: n/a
 
      13th Jun 2005
Hi,

I am using FP2003 and Access2000 as my backend database. I am publishing to
a shared hosted site at the ISP with FP extensions and ASP enabled.

When I run a DRW, I get the following error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'FP_FieldVal'

/stocktest.asp, line 248

I have checked everything - and I still cannot figure out the problem. The
above problem was just running a DRW with no WHERE clause - i.e. just listing
a table's contents in DRW.

Can someone help?

skc
 
Reply With Quote
 
 
 
 
Steven Banks
Guest
Posts: n/a
 
      13th Jun 2005
I had this problem a few nights ago. My problem differed due to the
application (running Snitz Forum software):

Microsoft VBScript runtime error '800a000d'
Type mismatch: "GetCurrentIcon"
forum/inc_header.asp, line 235

When I went to inspect the document, nothing on that line should have
affected anything at all. While this is different in the applications, my
solution may work for you. I downloaded the applications zip file again and
replaced all of the ASP files with the new stock files from the zip file.
Making sure I did not replace my config.asp file and one other file.

So give this a try... hopefully it will work for you. Try replacing just the
"stocktest.asp" file first. If that doesn't work replace the other asp files
also.

Steve Banks

"Skc" <(E-Mail Removed)> wrote in message
news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
> Hi,
>
> I am using FP2003 and Access2000 as my backend database. I am publishing
> to
> a shared hosted site at the ISP with FP extensions and ASP enabled.
>
> When I run a DRW, I get the following error:
>
> Microsoft VBScript runtime error '800a000d'
>
> Type mismatch: 'FP_FieldVal'
>
> /stocktest.asp, line 248
>
> I have checked everything - and I still cannot figure out the problem.
> The
> above problem was just running a DRW with no WHERE clause - i.e. just
> listing
> a table's contents in DRW.
>
> Can someone help?
>
> skc



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      13th Jun 2005
This can happen when a field contains a null value in it, and the
application tries to treat it like a string, number, or whatever type of
data is supposed to be in that field. Try disallowing nulls in the database.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"Skc" <(E-Mail Removed)> wrote in message
news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
> Hi,
>
> I am using FP2003 and Access2000 as my backend database. I am publishing
> to
> a shared hosted site at the ISP with FP extensions and ASP enabled.
>
> When I run a DRW, I get the following error:
>
> Microsoft VBScript runtime error '800a000d'
>
> Type mismatch: 'FP_FieldVal'
>
> /stocktest.asp, line 248
>
> I have checked everything - and I still cannot figure out the problem.
> The
> above problem was just running a DRW with no WHERE clause - i.e. just
> listing
> a table's contents in DRW.
>
> Can someone help?
>
> skc



 
Reply With Quote
 
=?Utf-8?B?U2tj?=
Guest
Posts: n/a
 
      14th Jun 2005
Kevin,

I tried this with joy at all! Help!

skc

"Kevin Spencer" wrote:

> This can happen when a field contains a null value in it, and the
> application tries to treat it like a string, number, or whatever type of
> data is supposed to be in that field. Try disallowing nulls in the database.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> ..Net Developer
> Ambiguity has a certain quality to it.
>
> "Skc" <(E-Mail Removed)> wrote in message
> news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
> > Hi,
> >
> > I am using FP2003 and Access2000 as my backend database. I am publishing
> > to
> > a shared hosted site at the ISP with FP extensions and ASP enabled.
> >
> > When I run a DRW, I get the following error:
> >
> > Microsoft VBScript runtime error '800a000d'
> >
> > Type mismatch: 'FP_FieldVal'
> >
> > /stocktest.asp, line 248
> >
> > I have checked everything - and I still cannot figure out the problem.
> > The
> > above problem was just running a DRW with no WHERE clause - i.e. just
> > listing
> > a table's contents in DRW.
> >
> > Can someone help?
> >
> > skc

>
>
>

 
Reply With Quote
 
=?Utf-8?B?U2tj?=
Guest
Posts: n/a
 
      14th Jun 2005
i have checked everything (I have made around 15 sites using FP2000 and drw)
and I cannot get this FP2003 site working. help!

"Steven Banks" wrote:

> I had this problem a few nights ago. My problem differed due to the
> application (running Snitz Forum software):
>
> Microsoft VBScript runtime error '800a000d'
> Type mismatch: "GetCurrentIcon"
> forum/inc_header.asp, line 235
>
> When I went to inspect the document, nothing on that line should have
> affected anything at all. While this is different in the applications, my
> solution may work for you. I downloaded the applications zip file again and
> replaced all of the ASP files with the new stock files from the zip file.
> Making sure I did not replace my config.asp file and one other file.
>
> So give this a try... hopefully it will work for you. Try replacing just the
> "stocktest.asp" file first. If that doesn't work replace the other asp files
> also.
>
> Steve Banks
>
> "Skc" <(E-Mail Removed)> wrote in message
> news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
> > Hi,
> >
> > I am using FP2003 and Access2000 as my backend database. I am publishing
> > to
> > a shared hosted site at the ISP with FP extensions and ASP enabled.
> >
> > When I run a DRW, I get the following error:
> >
> > Microsoft VBScript runtime error '800a000d'
> >
> > Type mismatch: 'FP_FieldVal'
> >
> > /stocktest.asp, line 248
> >
> > I have checked everything - and I still cannot figure out the problem.
> > The
> > above problem was just running a DRW with no WHERE clause - i.e. just
> > listing
> > a table's contents in DRW.
> >
> > Can someone help?
> >
> > skc

>
>
>

 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      14th Jun 2005
Same error? Or just joy?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"Skc" <(E-Mail Removed)> wrote in message
news:3358EFB8-B84F-4F16-A611-(E-Mail Removed)...
> Kevin,
>
> I tried this with joy at all! Help!
>
> skc
>
> "Kevin Spencer" wrote:
>
>> This can happen when a field contains a null value in it, and the
>> application tries to treat it like a string, number, or whatever type of
>> data is supposed to be in that field. Try disallowing nulls in the
>> database.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> ..Net Developer
>> Ambiguity has a certain quality to it.
>>
>> "Skc" <(E-Mail Removed)> wrote in message
>> news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
>> > Hi,
>> >
>> > I am using FP2003 and Access2000 as my backend database. I am
>> > publishing
>> > to
>> > a shared hosted site at the ISP with FP extensions and ASP enabled.
>> >
>> > When I run a DRW, I get the following error:
>> >
>> > Microsoft VBScript runtime error '800a000d'
>> >
>> > Type mismatch: 'FP_FieldVal'
>> >
>> > /stocktest.asp, line 248
>> >
>> > I have checked everything - and I still cannot figure out the problem.
>> > The
>> > above problem was just running a DRW with no WHERE clause - i.e. just
>> > listing
>> > a table's contents in DRW.
>> >
>> > Can someone help?
>> >
>> > skc

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?U2tj?=
Guest
Posts: n/a
 
      15th Jun 2005
Sorry - same error and mp joy (I made a typo).

So help please!

Thanks.

"Kevin Spencer" wrote:

> Same error? Or just joy?
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> ..Net Developer
> Ambiguity has a certain quality to it.
>
> "Skc" <(E-Mail Removed)> wrote in message
> news:3358EFB8-B84F-4F16-A611-(E-Mail Removed)...
> > Kevin,
> >
> > I tried this with joy at all! Help!
> >
> > skc
> >
> > "Kevin Spencer" wrote:
> >
> >> This can happen when a field contains a null value in it, and the
> >> application tries to treat it like a string, number, or whatever type of
> >> data is supposed to be in that field. Try disallowing nulls in the
> >> database.
> >>
> >> --
> >> HTH,
> >>
> >> Kevin Spencer
> >> Microsoft MVP
> >> ..Net Developer
> >> Ambiguity has a certain quality to it.
> >>
> >> "Skc" <(E-Mail Removed)> wrote in message
> >> news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
> >> > Hi,
> >> >
> >> > I am using FP2003 and Access2000 as my backend database. I am
> >> > publishing
> >> > to
> >> > a shared hosted site at the ISP with FP extensions and ASP enabled.
> >> >
> >> > When I run a DRW, I get the following error:
> >> >
> >> > Microsoft VBScript runtime error '800a000d'
> >> >
> >> > Type mismatch: 'FP_FieldVal'
> >> >
> >> > /stocktest.asp, line 248
> >> >
> >> > I have checked everything - and I still cannot figure out the problem.
> >> > The
> >> > above problem was just running a DRW with no WHERE clause - i.e. just
> >> > listing
> >> > a table's contents in DRW.
> >> >
> >> > Can someone help?
> >> >
> >> > skc
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      15th Jun 2005
I assume "mp joy" is a typo for "no joy", i.e. letters transposed one to the
right
<vbg>

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Skc wrote:
> Sorry - same error and mp joy (I made a typo).
>
> So help please!
>
> Thanks.
>
> "Kevin Spencer" wrote:
>
>> Same error? Or just joy?
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> ..Net Developer
>> Ambiguity has a certain quality to it.
>>
>> "Skc" <(E-Mail Removed)> wrote in message
>> news:3358EFB8-B84F-4F16-A611-(E-Mail Removed)...
>>> Kevin,
>>>
>>> I tried this with joy at all! Help!
>>>
>>> skc
>>>
>>> "Kevin Spencer" wrote:
>>>
>>>> This can happen when a field contains a null value in it, and the
>>>> application tries to treat it like a string, number, or whatever
>>>> type of data is supposed to be in that field. Try disallowing
>>>> nulls in the database.
>>>>
>>>> --
>>>> HTH,
>>>>
>>>> Kevin Spencer
>>>> Microsoft MVP
>>>> ..Net Developer
>>>> Ambiguity has a certain quality to it.
>>>>
>>>> "Skc" <(E-Mail Removed)> wrote in message
>>>> news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
>>>>> Hi,
>>>>>
>>>>> I am using FP2003 and Access2000 as my backend database. I am
>>>>> publishing
>>>>> to
>>>>> a shared hosted site at the ISP with FP extensions and ASP
>>>>> enabled.
>>>>>
>>>>> When I run a DRW, I get the following error:
>>>>>
>>>>> Microsoft VBScript runtime error '800a000d'
>>>>>
>>>>> Type mismatch: 'FP_FieldVal'
>>>>>
>>>>> /stocktest.asp, line 248
>>>>>
>>>>> I have checked everything - and I still cannot figure out the
>>>>> problem. The
>>>>> above problem was just running a DRW with no WHERE clause - i.e.
>>>>> just listing
>>>>> a table's contents in DRW.
>>>>>
>>>>> Can someone help?
>>>>>
>>>>> skc



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


 
Reply With Quote
 
=?Utf-8?B?U2tj?=
Guest
Posts: n/a
 
      15th Jun 2005
Yes.

Have you a solution for the ASP problem please?

skc

"Trevor L." wrote:

> I assume "mp joy" is a typo for "no joy", i.e. letters transposed one to the
> right
> <vbg>
>
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
>
> Skc wrote:
> > Sorry - same error and mp joy (I made a typo).
> >
> > So help please!
> >
> > Thanks.
> >
> > "Kevin Spencer" wrote:
> >
> >> Same error? Or just joy?
> >>
> >> --
> >> HTH,
> >>
> >> Kevin Spencer
> >> Microsoft MVP
> >> ..Net Developer
> >> Ambiguity has a certain quality to it.
> >>
> >> "Skc" <(E-Mail Removed)> wrote in message
> >> news:3358EFB8-B84F-4F16-A611-(E-Mail Removed)...
> >>> Kevin,
> >>>
> >>> I tried this with joy at all! Help!
> >>>
> >>> skc
> >>>
> >>> "Kevin Spencer" wrote:
> >>>
> >>>> This can happen when a field contains a null value in it, and the
> >>>> application tries to treat it like a string, number, or whatever
> >>>> type of data is supposed to be in that field. Try disallowing
> >>>> nulls in the database.
> >>>>
> >>>> --
> >>>> HTH,
> >>>>
> >>>> Kevin Spencer
> >>>> Microsoft MVP
> >>>> ..Net Developer
> >>>> Ambiguity has a certain quality to it.
> >>>>
> >>>> "Skc" <(E-Mail Removed)> wrote in message
> >>>> news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
> >>>>> Hi,
> >>>>>
> >>>>> I am using FP2003 and Access2000 as my backend database. I am
> >>>>> publishing
> >>>>> to
> >>>>> a shared hosted site at the ISP with FP extensions and ASP
> >>>>> enabled.
> >>>>>
> >>>>> When I run a DRW, I get the following error:
> >>>>>
> >>>>> Microsoft VBScript runtime error '800a000d'
> >>>>>
> >>>>> Type mismatch: 'FP_FieldVal'
> >>>>>
> >>>>> /stocktest.asp, line 248
> >>>>>
> >>>>> I have checked everything - and I still cannot figure out the
> >>>>> problem. The
> >>>>> above problem was just running a DRW with no WHERE clause - i.e.
> >>>>> just listing
> >>>>> a table's contents in DRW.
> >>>>>
> >>>>> Can someone help?
> >>>>>
> >>>>> skc

>
>
> I choose Polesoft Lockspam to fight spam, and you?
> http://www.polesoft.com/refer.html
>
>
>

 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      15th Jun 2005
Sorry, I'll have to leave that to experts like Kevin

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Skc wrote:
> Yes.
>
> Have you a solution for the ASP problem please?
>
> skc
>
> "Trevor L." wrote:
>
>> I assume "mp joy" is a typo for "no joy", i.e. letters transposed
>> one to the right
>> <vbg>
>>
>> --
>> Cheers,
>> Trevor L.
>> Website: http://tandcl.homemail.com.au
>>
>> Skc wrote:
>>> Sorry - same error and mp joy (I made a typo).
>>>
>>> So help please!
>>>
>>> Thanks.
>>>
>>> "Kevin Spencer" wrote:
>>>
>>>> Same error? Or just joy?
>>>>
>>>> --
>>>> HTH,
>>>>
>>>> Kevin Spencer
>>>> Microsoft MVP
>>>> ..Net Developer
>>>> Ambiguity has a certain quality to it.
>>>>
>>>> "Skc" <(E-Mail Removed)> wrote in message
>>>> news:3358EFB8-B84F-4F16-A611-(E-Mail Removed)...
>>>>> Kevin,
>>>>>
>>>>> I tried this with joy at all! Help!
>>>>>
>>>>> skc
>>>>>
>>>>> "Kevin Spencer" wrote:
>>>>>
>>>>>> This can happen when a field contains a null value in it, and the
>>>>>> application tries to treat it like a string, number, or whatever
>>>>>> type of data is supposed to be in that field. Try disallowing
>>>>>> nulls in the database.
>>>>>>
>>>>>> --
>>>>>> HTH,
>>>>>>
>>>>>> Kevin Spencer
>>>>>> Microsoft MVP
>>>>>> ..Net Developer
>>>>>> Ambiguity has a certain quality to it.
>>>>>>
>>>>>> "Skc" <(E-Mail Removed)> wrote in message
>>>>>> news:64F32156-62B4-4E3E-8BA5-(E-Mail Removed)...
>>>>>>> Hi,
>>>>>>>
>>>>>>> I am using FP2003 and Access2000 as my backend database. I am
>>>>>>> publishing
>>>>>>> to
>>>>>>> a shared hosted site at the ISP with FP extensions and ASP
>>>>>>> enabled.
>>>>>>>
>>>>>>> When I run a DRW, I get the following error:
>>>>>>>
>>>>>>> Microsoft VBScript runtime error '800a000d'
>>>>>>>
>>>>>>> Type mismatch: 'FP_FieldVal'
>>>>>>>
>>>>>>> /stocktest.asp, line 248
>>>>>>>
>>>>>>> I have checked everything - and I still cannot figure out the
>>>>>>> problem. The
>>>>>>> above problem was just running a DRW with no WHERE clause - i.e.
>>>>>>> just listing
>>>>>>> a table's contents in DRW.
>>>>>>>
>>>>>>> Can someone help?
>>>>>>>
>>>>>>> skc

>>
>>
>> I choose Polesoft Lockspam to fight spam, and you?
>> http://www.polesoft.com/refer.html



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft VBScript runtime error jrb1950 Microsoft Windows 2000 3 18th Oct 2008 10:53 PM
Microsoft VBScript runtime error '800a0005' =?Utf-8?B?QW1hdGV1cg==?= Microsoft Frontpage 11 15th Mar 2007 12:21 AM
Microsoft VBScript runtime error Lauren Microsoft Frontpage 16 27th Jan 2005 10:39 AM
Microsoft VBScript runtime error Steve Windows XP General 1 16th Feb 2004 05:45 PM
Microsoft VBScript runtime error '800a01c9' Rahul Bakshi Microsoft Access 0 28th Sep 2003 05:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:39 PM.