Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
3 answers
2k views

asp db receive "SELECT * FROM people WHERE id =" & Request.QueryString("id")

I have code written in an ASP file which is not working Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "Provider=Microsoft.Jet.Oledb.4.0; Data Source=" & Server.MapPath("...
alien's user avatar
  • 29
1 vote
1 answer
2k views

Custom classic ASP 404 page, error reading first variable of querystring

I found a strange situation where Request.Querystring() seems to not work correctly. I have configured Web.Config to redirect all of the missing pages. <system.webServer> <httpErrors ...
Vincenzo's user avatar
  • 173
0 votes
1 answer
677 views

Request.QueryString doesn't work in vbscript Asp classic?

I have one problem ... I try two days to get QueryString which contains characters which are URL encoded like this %8B%83%94%837n . All that characters are from here http://www.tutorialspoint.com/html/...
user2554364's user avatar