Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cybertag

  1. cybertag

    scrollable result set from an Oracle stored procedure

    Hi, I haven't been able so far to scroll a result set returned from an Oracle stored procedure. This feature works well with a regular JDBC Statement but it doesn't seem to work using a CallableStatement. Any help would be appreciated. Thank you very much Didier
  2. cybertag

    PL/SQL - returning N records after a specific record

    Hi, With PL/SQL I would like to: 1. retrieve a subset of rows ( ... sum(xxx) ... group by ) 2. look up for one specific record in this subset 3. read N records after the retrieved record 4. return the result so I can read the records using a Java 'CallableStatement' I know how to get the...

Part and Inventory Search

Back
Top