Hello, i am trying to query a database by allowing the user to click on an option , in which there is a url variable. The results page ought to return all the records in the database that match the search but instead i get a blank.
this is the sql code that i am using
sql = "SELECT *
FROM jobs
WHERE division = '#url.division#'";
If anyone can see a problem i would appreciate it.
Thanks