cfprocparam and stored procedure
Hi,
I tried to use the MSSQL Stored Procedure in combination with ColdFusion 9. I use the cfprocparam to pass the data to the stored proc. If I do it in the order how they are declared in stored procedure, it works fine. But how can I pass the data with named variables? It used to be the "dbvarname" function but I guess it is deprecated now. Do I have to use the same order in my ColdFusion component? That makes it quite difficult to handle. I hope there is a solution to pass the data with named variables.
Thanks for the answers.
