Recent content by Rudi

  1. R

    Looping through dataset from Stored procedure

    Hi Sorry for this dumb question but how do I loop through the dataset recieved from this stored procedure: CREATE PACKAGE SP_DSECTIONSPkg AS TYPE RCT1 IS REF CURSOR RETURN t_sections%ROWTYPE; END; CREATE PROCEDURE sp_dsections( RC1 IN OUT SP_DSECTIONSPkg.RCT1) AS StoO_selcnt INTEGER...
Back
Top