Hi
URL in address bar:
SQLQuery = "SELECT * from Applicant WHERE pID="' & Request.Queryst ing('pID')
& '"
But it only gets: SELECT * from Applicant WHERE pID=
This is only simple but is causing me a headache!
Any ideas??
TIA - Oli
URL in address bar:
SQLQuery = "SELECT * from Applicant WHERE pID="' & Request.Queryst ing('pID')
& '"
But it only gets: SELECT * from Applicant WHERE pID=
This is only simple but is causing me a headache!
Any ideas??
TIA - Oli
Comment