Okay heres the situation:
Ive got a stored proc that accepts input params and these input params
are then passed onto either one of 2 procs (within the same master proc)
depending on the user's id. The reason for passing to a choice of
anyone of these 2 sub procs. i.e
1. MAIN PROC
CREATE procedure MyProcedure_1
as
--the identity from either one of the sub procs]
begin
set nocount on
--referenceid number to return back
set nocount off
end
GO
2. SUB PROC
In each of the procs I have:
different from 0 now in the MAIN PROC because it was altered in the SUB
Please can some one point out why am I not getting the right output
Cheers K.Y
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!