T-SQL & ColdFusion MX Stored Procedure
This is so basic but it is kicking my butt.
I am doing a simple user verification and if they verify their info is passed out of the SP.
So what I can't find is how to pass the query result out to CF.
I can't even find any good tutorials on it anywhere.
Do I use a cursor? Do I use another variable and if so what type? What do I do on the CF side?![]()
I actually have this in Oracle but now need to put it in MSSQL and it just isn't passing the info to CF from t-sql.
