bikerboy718
Programmer
I am not sure if this is possible but I was wondering if you can suppress a result set from a stored procedure.
Let me explain. I have 2 stored procedures SP1 and SP2 that both return back record sets. I have modified SP1 so that it calls SP2. When I run the modified version of SP1 it retuns back 2 record sets. It retuns back the record set from SP2 and the original result set from SP1. Is there a way that I can suppress the result set from SP2?
I have never tried to not display a result set so I have no idea where to start. Any help would be grealty appreciated.
With Great Power Comes Great Responsibility!!!![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
Michael
Let me explain. I have 2 stored procedures SP1 and SP2 that both return back record sets. I have modified SP1 so that it calls SP2. When I run the modified version of SP1 it retuns back 2 record sets. It retuns back the record set from SP2 and the original result set from SP1. Is there a way that I can suppress the result set from SP2?
I have never tried to not display a result set so I have no idea where to start. Any help would be grealty appreciated.
With Great Power Comes Great Responsibility!!!
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
Michael