Apr 16
Dynamic Data Types For ColdFusion Query of Queries
SQL/Queries , ColdFusion , Meld FormBuilder 2 Comments »An important part of the Meld FormBuilder application I'm working on is the Meld DataProvider, a utility which in this case provides lists for multi-choice items for dropdowns, radioboxes, etc. I want these lists to hold typed and validated data, and to be able to sort on the secondary columns that can be added beyond the "label", but I want to store all the values in a single database table. The problem that arises is that we also need to be able to sort results on any of the columns, which because of their generic nature are all type "VARCHAR".
Recent Comments