Skip to main content
Known Participant
February 20, 2008
Question

Microsoft VBScript compilation error '800a0408'

  • February 20, 2008
  • 1 reply
  • 1894 views
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

This topic has been closed for replies.

1 reply

Inspiring
February 20, 2008
> if(Request.QueryString(?day7?)

What are those question marks for?

-Darrel


GTN1707Author
Known Participant
February 20, 2008
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....