• This is admittedly a niggling question, but in Jeff's sample cursor, he used:

    DECLARE Employee_Cursor CURSOR LOCAL FORWARD_ONLY READ_ONLY

    If you want the cursor to be FORWARD_ONLY READ_ONLY, why wouldn't you just declare it FAST_FORWARD? What are the intrinsic differences that I'm missing?

    Thanks,

    ~ J