Skip to main content
Inspiring
August 25, 2008
Question

stored procedures

  • August 25, 2008
  • 1 reply
  • 295 views
Re: this example page ( http://www.adobe.com/devnet/coldfusion/articles/stored_procs.html) it seems that with a stored procedure (sql server 2000)

a.) the cf function returntype must be set to any -- what are the implications vis a vis other return types (array etc) and/or is something I am missing

b.) I can output the returned data via cfdump but not via cfoutput -- why and how to workaround???

I'm (as can be inferred from this post I'm sure) a newbie so any help is appreciated.
This topic has been closed for replies.

1 reply

Inspiring
August 25, 2008
<cfdump var="#yourvariable#">