Viewing 2 posts - 1 through 3 (of 3 total)
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...
March 24, 2006 at 8:54 am
#628653
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
...
March 22, 2006 at 7:48 am
#628096