| Author |
OUT parameter
|
MaheshS Kumbhar
Ranch Hand
Joined: Sep 24, 2009
Posts: 188
|
|
|
In case of Callable Statement, I am clear about IN parameters but unclear about OUT parameter. Just want to know what are OUT parameters.
|
I am slow but sure
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
OUT parameters are a mechanism to pass information from the stored procedure to your application.
You use the IN parameters to pass info to the stored procedure.
You call the stored procedure.
You use the OUT parameters to retrieve info from the stored procedure.
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: OUT parameter
|
|
|