Answered
Adding database columns in Coldfusion
Hi everyone...
I have a huge problem at work and I have no idea how to fix it.
-I need to generate a drop-down list.
-This list needs to have one value shown for around 5,000 records from the below data:
-I need to query a database for 3 columns, course_name, course_num, and section_num
-After querying the DB, I need to add the three colums up to something like "EXM-1-1"
-Then I need to make a dropdown list (again, about 5000 items long) with each of these results.
-The types for the 3 columns (respectively) are varchar(7), varchar(20), and mediumint(7)
I have a huge problem at work and I have no idea how to fix it.
-I need to generate a drop-down list.
-This list needs to have one value shown for around 5,000 records from the below data:
-I need to query a database for 3 columns, course_name, course_num, and section_num
-After querying the DB, I need to add the three colums up to something like "EXM-1-1"
-Then I need to make a dropdown list (again, about 5000 items long) with each of these results.
-The types for the 3 columns (respectively) are varchar(7), varchar(20), and mediumint(7)