Hello,
I have a Web page with multiple text labels written in cold fusion. I also have a SQL database connected to this web page. The SQL database has a reference table that contains the names of the text labels. I would like to make the text labels dynamic, meaning I would like to change the data in the label on my web page by using the SQL reference table. The SQL table looks like this
Column1: Column2:
Current Name Display Name
I would like to change the display name from the reference table that would automaticaly change in the web page. One last thing, I can not use SQL such as "%Like%" because I do not know what Display Name the user will use in the reference table. The code needs to be able to get the content of Display Name regardless.
Thank you
I have a Web page with multiple text labels written in cold fusion. I also have a SQL database connected to this web page. The SQL database has a reference table that contains the names of the text labels. I would like to make the text labels dynamic, meaning I would like to change the data in the label on my web page by using the SQL reference table. The SQL table looks like this
Column1: Column2:
Current Name Display Name
I would like to change the display name from the reference table that would automaticaly change in the web page. One last thing, I can not use SQL such as "%Like%" because I do not know what Display Name the user will use in the reference table. The code needs to be able to get the content of Display Name regardless.
Thank you