Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

stored procedures

Explorer ,
Aug 24, 2008 Aug 24, 2008
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.
TOPICS
Database access
276
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 25, 2008 Aug 25, 2008
LATEST
<cfdump var="#yourvariable#">
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources