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!

Search results for query: *

  • Users: keef
  • Content: Threads
  • Order by date
  1. keef

    Using Oracle stored prcedures from CR

    Hello all, I've successfully added an Oracle stored procedure to my report. When I run the report it asks for values for the parameters etc. Lovely. Here's an example to make things clearer (I hope) CREATE PROCEDURE thing(id IN NUMBER ) as name VARCHAR2 BEGIN SELECT bg_name INTO...

Part and Inventory Search

Back
Top