Hi All,
I wrote a store procedure with some parameters, based on that it fetch some data from database tables then generate a SQL Statment,
and i am executing this statment through EXECUTE IMMEDIATE.
The problem is that in database table I have one parameter with the name P_DIV.
i want to fetch the value of p_div in my parameter (the p_div is comming from db and the same in my store procedure)
but when the statment generated its take p_div rather then the value of p_div.
can u tell me how can i get the value rather then the variable.
Thanks,
Trevor.
debt
0
Comments
Could you put some example code on what your trying to do?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool