|
-
Jan 8th, 2003, 05:11 AM
#1
Thread Starter
Fanatic Member
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
-
Jan 8th, 2003, 05:16 AM
#2
Give each record a unique key, and pass that value to the other
-
Jan 8th, 2003, 05:20 AM
#3
Thread Starter
Fanatic Member
Leather Face is comin...
MCSD
-
Jan 8th, 2003, 06:16 AM
#4
Thread Starter
Fanatic Member
Leather Face is comin...
MCSD
-
Jan 9th, 2003, 04:29 AM
#5
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|