paragvshah
Programmer
I am calling a stored procedure and i am using a Cursor to fetch some rows from table and inserting it in a Temp Table. after inserting the data I am calling the same procedure inside the cursor and then the Cursor is closed.
This gives me an error that cursor is already open.
How can I sort out this problem?
Can any one help me out.
This gives me an error that cursor is already open.
How can I sort out this problem?
Can any one help me out.