[QUOTE][i]Originally posted by badrinathn [/i]
[B]Hi,
What If I want to read the out parameter after executing the procedure.
I need to call this procedure from a diff procedure and have to get the
out put parameter.
How do I do it;
badrinath [/B][/QUOTE]
Hi
1. as i said u have to say
PRINT VARIABLE NAME
while giving the variable name do not use " : " sign.
2. If u r calling this procedure inside another procedure then , u need to use a local varible of same type as of Out Parameter and while calling the procedure u need to use the folling syntax e.g
proc1('xyz',getage);
Where xyz is literal value and getage is a locally declared variable.
moreover u can also use a packaged variable for this purpose.
Good luck
pramathesh
Pramathesh Kumar Mohapatra
Sql Star International Ltd.
Stp Hyderabad. Andhra Pradesh
India