Viewing post 1 (of 2 total)
ok, the original sql works fine if I change the cursor type to static forward-only
I just changed the line
DECLARE Entity_Cursor CURSOR
To
DECLARE Entity_Cursor static forward-only CURSOR
but now I have...
February 5, 2007 at 4:33 am
#687703