Microsoft
Software
Hardware
Network
Question : Syntax error on ASP/VB
I get the following error displayed:
Server object error 'ASP 0173 : 80004005'
Invalid Path Character
/BlueDot/IntranetContacts/
redirect.a
sp, line 91
An invalid character was specified in the Path parameter for the MapPath method.
Line 91 is:
Server.Transfer("../Questi
onnaire/qu
estionnair
esessionsl
oginexisti
ng.asp?Qnr
UserId=" & Session("Userid") & "&Firmid=" & Questionnaire.Fields.Item(
"FirmId").
Value & "&AttyId="
Is there something wrong in the syntax of that line ?
Answer : Syntax error on ASP/VB
You need to execute SQL non-query, see here:
http://publib.boulder.ibm.
com/iserie
s/v5r2/ic2
924/index.
htm?
info/s
qlp/rbafym
st130.htm
Random Solutions
How do i stop computer from crashing with code Ox0000001A
PHP error handling, how to add error text to html
Sharepoint 2010 and default IIS
Check if EJB is invioked
reporting tool which outputs Excel file
Building a Where Clause based on Check Box
SessionHandler Class behaving very strange
Order points in rectangle
Number of records when appending query via VBA
How can I track performance of 1 process during day and save it to file?