OccasionalCoder
Technical User
I want to pull some info from a database. The content of one of the fields in that database is "abbreviations" and it determines what information is to be presented on my page.
As an example, I have identified the page using <cfset page = "AFR">
I want to use that variable in my where statement, i.e., where abbreviation = #page#.
That works ok, except that I have several abbreviations that have a "/" character in them, i.e.: AFR/HE
How do I set my page name to AFR/HE and have it work in the select statement with the "/" ?
Thanks
As an example, I have identified the page using <cfset page = "AFR">
I want to use that variable in my where statement, i.e., where abbreviation = #page#.
That works ok, except that I have several abbreviations that have a "/" character in them, i.e.: AFR/HE
How do I set my page name to AFR/HE and have it work in the select statement with the "/" ?
Thanks