Question
How do I cache the result set of a cf_storedproc??
I see that there's a parameter for CF_QUERY for cacheing but
not for CF_STOREDPROC.
Why not? How would one cache this result set?
In the old days, I would use <cfquery> with
execute proc_mystored_proc
but that doesn't seem to work anymore.
thanks!
Why not? How would one cache this result set?
In the old days, I would use <cfquery> with
execute proc_mystored_proc
but that doesn't seem to work anymore.
thanks!