SQL$HELP72.HLB  —  DECLARE  CURSOR  Arguments  TABLE_CURSOR
    Specifies that the cursor you want to declare is a table cursor,
    rather than a list cursor. If you do not specify a cursor type,
    SQL declares a table cursor by default.
Close Help