Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: cursor error msg

    Ahh, I think I'm seeing a pattern here; I get this error msg for other things having nothing to do with a cursor in my script.... so it's talking about...

  • RE: cursor error msg

    David, thank you, but I got the same result when I made that change:

    -- Begin Main procedure --

    BEGIN

    Open get_cases

    WHILE @@FETCH_STATUS = 0 Begin

    Fetch Next

    From get_cases

    ...

Viewing 2 posts - 1 through 3 (of 3 total)