Calling a DB2 Stored Procedure in a DB2 function -


can call db2 stored procedure db2 function. stored procedure has parameters , returns table, have pass these parameters stored procedure through function only. can let me know if possible.

thanks much

i don't see reason why wouldn't work. nothing in documentation sticking out me says user defined functions prevented from, or shouldn't calling stored procedure.

it seems easy answer try out creating small test scenario. without knowing why you're looking this, can't offer more advice since i've never done personally. option, if can't udf process result sets stored procedure call have udf call program (or service program procedure) , have object call stored procedure , return whatever info need udf return.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -