-
Hiiii,any one can help me
I have 2 Db servers like x and y.
When user send a some output(here count =2 by using stored procedure) from server1.
In server2 user when execuite the stored procedure ,out should be double here 4.
i think by declaring one in parameter and out parameter.
But i didn't get.
how?
thanks
kavitha
__________________
kavitha
-
Can you be some more specific?
-
create a package and then a variable inside.
the output should increment this package variable.
so, whenever an user runs the procedure, the package will make the variable work as a static variable, incrementing it by each procedure call.
F.
-
HII,OUT BECOMAE DOUBLE BY USING IN AND OUT PARAMETERS.
THANKS
-
-
procedure
My, Pmanager need to send some value(like 4) for me through stored procedure,this output become double.
thanks
-
can u sen accross the code so that V can give a shot