Question
Stored Procedures CF workflow? newbie question
I'm trying to move from queries to Stored Procedured but
having a tough time understanding the flow of stored procedures. I
attached code where all I want to do is filter a table with an id
from a CF url parameter (userid) and then retrieve other column
values and pass it to the CF page.
I'm not getting the correct value from the db upon cfoutput. it keeps on displaying the value 1 on the page no matter which db column I try to output from the stored procedure.
I'm not getting the correct value from the db upon cfoutput. it keeps on displaying the value 1 on the page no matter which db column I try to output from the stored procedure.
