kakmouth
Programmer
- Oct 26, 2001
- 20
hi.
within a stored procedure, i created a cursor "Cursor1" but never deallocated that cursor before returning from the procedure. now if i attempt to execute that procedure again, i am told that "Cursor1" cannot be created because it already exists (in that database??). yet if i attempt to deallocate that cursor from the query analyzer, i am told that thje cursor DOES NOT exist.
where does the cursor now reside?? how might i go about deleting it??
thanks for your help. mike
within a stored procedure, i created a cursor "Cursor1" but never deallocated that cursor before returning from the procedure. now if i attempt to execute that procedure again, i am told that "Cursor1" cannot be created because it already exists (in that database??). yet if i attempt to deallocate that cursor from the query analyzer, i am told that thje cursor DOES NOT exist.
where does the cursor now reside?? how might i go about deleting it??
thanks for your help. mike