Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ADO, OraOLEDB And Stored Procedures

Re: ADO, OraOLEDB And Stored Procedures

From: Rory Monteith <rjmonteith_at_potashcorp.com>
Date: 28 Sep 2001 09:31:35 -0700
Message-ID: <ebeeaa46.0109280831.5d85fd6d@posting.google.com>


To Further explain this, the p_item_rec parameter is defined as a basic record. For simplicity, lets say it is defined as:

type p_item_rec is record (field1 VARCHAR2(50), field2 INTEGER); Received on Fri Sep 28 2001 - 11:31:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US