|
| Total Answers and Comments: 3 |
Last Update: February 19, 2008 Asked by: Sushma |
|
| | |
|
Submitted by: g_sidhu We cant use functions with OUT parameter in sql statements because there is no way for you to declare a variable in a SQL query and in order to call an IN OUT -- you need a local variable (to supply a value to be read from and to supply a place to put the out value into).
Above answer was rated as good by the following members: rethishr, ratna82, ds_devi, kperumal75 | Go To Top
|