Question
CFPARAM many, many, many columns
Hello,
I no longer have the code I was working on - I got frustrated and deleted it.
I'm looking for a way to grab all the column names from a MS-SQL server database table, loop through them and CFPARAM them all depending upon the datatype (ie, "int,float" defaults to 0; "char, nchar, varchar, nvarchar" defaults to '', etc.
Any suggestions?
^_^