Results 1 to 5 of 5

Thread: Nested Stored Procedures

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    SE England
    Posts
    732

    Nested Stored Procedures

    Does anyone know how to work out what recordset was returned (IE: Field names & Data types) from within another stored procedure?

    IE

    SP 1 calls SP2 and needs to analyze its results...

    NOTE: I realise that Output parameters can be used, but this is not an option here as all of the lower level (In this case SP2) stored procedures have already been written.. Now I need a way to analyze what they return.
    Last edited by Leather; Jan 8th, 2003 at 05:17 AM.
    Leather Face is comin...


    MCSD

Posting Permissions

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



Click Here to Expand Forum to Full Width