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

Home -> Community -> Usenet -> c.d.o.tools -> Re: What is this Notation? : "{call pack.proc(?, {resultset 10..."

Re: What is this Notation? : "{call pack.proc(?, {resultset 10..."

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Fri, 19 Jan 2001 18:15:32 +0100
Message-ID: <3A687634.9CA3EE1D@0800-einwahl.de>

The reason for the braces I don't know.

The question marks are bind variables. They are filled by the .appendparameter method of your ADO command object.

resultset 2 tells that your dimension of your resultset arrays is 2.

So your Oracle procedure must have one input parameter and two output parameter arrays each of which has 2 entries (hence the 2).

Martin Received on Fri Jan 19 2001 - 11:15:32 CST

Original text of this message

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