Viewing 4 posts - 1 through 4 (of 4 total)
I found my error and everything is working perfectly now. I did not initialize @ReturnValue to 0. When no error occurred, @ReturnValue remained NULL. When I tested...
September 1, 2011 at 8:25 am
I just missed it when I entered the code in my post. The OUTPUT keyword is there in my actual procedure.
I am leaning towards the following:
Proc1
CREATE Procedure Proc1 @Key1...
September 1, 2011 at 7:56 am
I see the error in my original post. All of the transactions segments (begin/commit/rollback) are in Proc1. There are NO commits/rollbacks in Proc2.
For example (I should have put...
August 31, 2011 at 4:02 pm
Thanks Lynn. The code did exactly what I needed it to do.
Jack
October 28, 2008 at 2:50 pm
Viewing 4 posts - 1 through 4 (of 4 total)