hi,
actually my predecessor created a form.it was working properly so far.
some reason one of the user had made a complaint saying it is flashing this error.
Vbscript Runtime error 'ASP 0185 : -1'
String index out of range: 6104
/submitPPSurvey.asp,line 64
i could find proper resources for this...
reason for this error...
could u give me idea about this.....
i have given the line number 64 of my code..
Connection.execute("INSERT INTO PurchaseProposalTable (ReqName, ReqEmail, ReqLibrary, MainEntry, PubSource, VendorURL, NoPieces, Cost, Subject, YrsCov, Descriptions,Reason, Types, FillinComp, Other, DateTime1) VALUES ('" & ReqName & "', '" & ReqEmail & "', '" & ReqLibrary & "', '" & MainEntry & "','" & PubSource & "', '" & VendorURL & "','" & NoPieces & "', '" & Cost & "', '" & Subject & "', '" & YrsCov & "','" & Descriptions & "','" & Reason & "', '" & Request("Types") & "','" & Request("FillinComp") & "','" &Other &"', '" &Now() &"')")
so some where with ms access...is it so?
pls give clear picture about this...
thanks
actually my predecessor created a form.it was working properly so far.
some reason one of the user had made a complaint saying it is flashing this error.
Vbscript Runtime error 'ASP 0185 : -1'
String index out of range: 6104
/submitPPSurvey.asp,line 64
i could find proper resources for this...
reason for this error...
could u give me idea about this.....
i have given the line number 64 of my code..
Connection.execute("INSERT INTO PurchaseProposalTable (ReqName, ReqEmail, ReqLibrary, MainEntry, PubSource, VendorURL, NoPieces, Cost, Subject, YrsCov, Descriptions,Reason, Types, FillinComp, Other, DateTime1) VALUES ('" & ReqName & "', '" & ReqEmail & "', '" & ReqLibrary & "', '" & MainEntry & "','" & PubSource & "', '" & VendorURL & "','" & NoPieces & "', '" & Cost & "', '" & Subject & "', '" & YrsCov & "','" & Descriptions & "','" & Reason & "', '" & Request("Types") & "','" & Request("FillinComp") & "','" &Other &"', '" &Now() &"')")
so some where with ms access...is it so?
pls give clear picture about this...
thanks