elp with Multiple Result Sets inside a Stored Procedure

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default elp with Multiple Result Sets inside a Stored Procedure

    I have a stored procedure that returns an output variable as well as a
    result set. It is one that works fine with a .NET application and I am
    trying to use it with ColdFusion.

    Can someone tell me how to retrieve the output variable or multiple result
    sets from one call to a stored procedure using ColdFusion?

    The only result set I get returned is the one last processed in the stored
    procedure.


    ctrl+alt+delete Guest

  2. Similar Questions and Discussions

    1. DataAdapter and multiple result sets
      I have a SQL Server stored procedure that returns multiple recordsets (three of them), in the same way that sp_helpdb does (try entering EXEC...
    2. Stored Procedure Result Variable
      I am having trouble returning variables from my stored procedures. My CFML and SP code is attached. The error is always: Attribute validation...
    3. Multiple Result Sets from DB2 stored Procedure
      Did you figure out the solution to the problem you stated where you are not seeing all the columns of the multiple recordsets returned by a DB2...
    4. #23682 [Fbk->NoF]: sybase_query and multiple result sets: not returning first row set
      ID: 23682 Updated by: sniper@php.net Reported By: uk at dataway dot ch -Status: Feedback +Status: No...
    5. #23682 [Opn->Fbk]: sybase_query and multiple result sets: not returning first row set
      ID: 23682 Updated by: sniper@php.net Reported By: uk at dataway dot ch -Status: Open +Status: ...
  3. #2

    Default Re: elp with Multiple Result Sets inside a StoredProcedure

    Take a look at CFSTOREDPROC. You should be able to retrieve output parameters with [url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-b16.htm#wp1102102[/url].
    mxstu Guest

  4. #3

    Default Re: elp with Multiple Result Sets inside a StoredProcedure

    Hey mxstu, it's Stealer's Wheel (Gerry Rafferty on vocals), not Dylan: :D


    [url]http://groups.google.com/group/rec.music.dylan/browse_thread/thread/88dcd4b68abb[/url]
    8b9e/d0f287cf8aaeb641?lnk=st&q=stuck+in+the+middle+with +you+author&rnum=4&hl=en#
    d0f287cf8aaeb641

    philh Guest

  5. #4

    Default Re: elp with Multiple Result Sets inside a StoredProcedure

    philh,

    Oh geeez... I hate copy and paste... it never works right before my coffee... thanks
    mxstu Guest

  6. #5

    Default Re: elp with Multiple Result Sets inside a Stored Procedure

    Thanks for the help guys. I guess I was having a brain fade and wasn't using
    the attributes in my cfprocparam correctly. I wasn't using the variable and
    dbvariable attributes properly.

    "mxstu" <webforumsuser@macromedia.com> wrote in message
    news:denm3e$p84$1@forums.macromedia.com...
    > philh,
    >
    > Oh geeez... I hate copy and paste... it never works right before my
    > coffee... thanks

    ctrl+alt+delete Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139