Gopalkrishnan
Programmer
Hi All,
I am calling a stored procedure for generating a report. I am passing 9 parameters and I have 10 parameters in my procedure including the Cursor Variable as OUT parameter. I populate a temporary table in the stored procedure and open the Cursor for that temporary table. When I try to run the repot I am getting an error "A General Exception has occured during Operation Execute"
Can anyone of you please enlight me with some solutions?
Thanks in Advance,
Gopal.
I am calling a stored procedure for generating a report. I am passing 9 parameters and I have 10 parameters in my procedure including the Cursor Variable as OUT parameter. I populate a temporary table in the stored procedure and open the Cursor for that temporary table. When I try to run the repot I am getting an error "A General Exception has occured during Operation Execute"
Can anyone of you please enlight me with some solutions?
Thanks in Advance,
Gopal.