Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to identify particular cusor is open or not

    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...

Viewing post 1 (of 1 total)