How can I pass the inner procedure value to outer
procedure ?
Answers were Sorted based on User's Feedback
Answer / som
1. Declare a variable as the datatype of the out parameter
of the inner procedure.
2. Call the inner procedure with the input/output
parameters- input parameter values and output parametr as
the variable declared.
3. After the inner procedure gets executed, the output
parameter will be accessible to the outer procedure.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / s.syam sundar
first declare a variable globaly
and next create inner procedure with in(if need or u can
set defult parameters) and out parameters
and next result of inner procedure is assigned to global
variable
and next in outer procedure u can get the result from global
variable
regads
S.syam sundar
Is This Answer Correct ? | 1 Yes | 0 No |
what is bdb (berkeleydb)? : Sql dba
What is full join?
What is set serveroutput on in pl sql?
What does seeding a database mean?
what is the use of double ampersand (&&) in sql queries?
How can we Get the Updated Rows? ie, There is 100s of Rows i updated the Rows who have salary 5000. then i want to select the Updated Rows. How can we achieve it?
Advantages and disadvantages of stored procedure?
What is sql and also describe types of sql statements?
How to make a copy values from one column to another in sql?
what is the command line end user interface - mysql? : Sql dba
What is dbo in sql?
What is field delimiter?