Viewing post 1 (of 1 total)
You must use the Built-in CURSOR_STATUS function to identify whether ur cursor is open or not.
ex:
IF Cursor_Status('local','<Cursor name>') >= 0
CLOSE <Cursor name>
DEALLOCATE <Cursor name>
I guess there are no way to close...
April 12, 2005 at 11:58 pm
#552297