0
Microsoft VBScript compilation error '800a0408'
Explorer
,
/t5/dreamweaver-discussions/microsoft-vbscript-compilation-error-800a0408/td-p/394887
Feb 20, 2008
Feb 20, 2008
Copy link to clipboard
Copied
Help, I'm trying to run a stored procedure, but i'm getting
the following error -
"Microsoft VBScript compilation error '800a0408'
Invalid character
/admin/afterreviewupdatepricing.asp, line 39
if(Request.QueryString(“day7“) <> "") then updatepricingCommand__7dayrate = Request.QueryString(“day7“)"
Where row 39 is -
if(Request.QueryString(“day7“) <> "") then updatepricingCommand__7dayrate = Request.QueryString(“day7“)
I've attached the code --
Any ideas as to what I'm doing wrong????
Thanks
"Microsoft VBScript compilation error '800a0408'
Invalid character
/admin/afterreviewupdatepricing.asp, line 39
if(Request.QueryString(“day7“) <> "") then updatepricingCommand__7dayrate = Request.QueryString(“day7“)"
Where row 39 is -
if(Request.QueryString(“day7“) <> "") then updatepricingCommand__7dayrate = Request.QueryString(“day7“)
I've attached the code --
Any ideas as to what I'm doing wrong????
Thanks
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/microsoft-vbscript-compilation-error-800a0408/m-p/394888#M93764
Feb 20, 2008
Feb 20, 2008
Copy link to clipboard
Copied
> if(Request.QueryString(?day7?)
What are those question marks for?
-Darrel
What are those question marks for?
-Darrel
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
GTN1707
AUTHOR
Explorer
,
/t5/dreamweaver-discussions/microsoft-vbscript-compilation-error-800a0408/m-p/394889#M93765
Feb 20, 2008
Feb 20, 2008
Copy link to clipboard
Copied
Where do you see ? question marks? they should be " (shift
and 2 (on a UK keyboard)) quotation marks,.. how odd all i see is
"" quotation marks? Thanks....
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/microsoft-vbscript-compilation-error-800a0408/m-p/394890#M93766
Feb 20, 2008
Feb 20, 2008
Copy link to clipboard
Copied
> Where do you see ? question marks? they should be "
(shift and 2 (on a UK
> keyboard)) quotation marks,.. how odd all i see is "" quotation marks?
> Thanks....
that's likely the problem. You might not be using the actual quote
characters for those. Are they maybe double single quotes? Curly quotes?
-Darrel
> keyboard)) quotation marks,.. how odd all i see is "" quotation marks?
> Thanks....
that's likely the problem. You might not be using the actual quote
characters for those. Are they maybe double single quotes? Curly quotes?
-Darrel
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
GTN1707
AUTHOR
Explorer
,
LATEST
/t5/dreamweaver-discussions/microsoft-vbscript-compilation-error-800a0408/m-p/394891#M93767
Feb 21, 2008
Feb 21, 2008
Copy link to clipboard
Copied
Spot on Darrel, thanks, i guess that is the problem with
cutting and pasting from MS Word!!!. The bad news is that having
overcome that problem, I now get a precision invalid error, (below)
I can see that this is because I'm updating data in a DECIMAL
column, but not sure how or what to do to fix it??
Any ideas??
"Microsoft OLE DB Provider for SQL Server error '80004005'
The precision is invalid.
/admin/afterreviewupdatepricing.asp, line 80 "
CODE ATTACHED - -
Any ideas??
"Microsoft OLE DB Provider for SQL Server error '80004005'
The precision is invalid.
/admin/afterreviewupdatepricing.asp, line 80 "
CODE ATTACHED - -
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

