Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: What is this Notation? : "{call pack.proc(?, {resultset 10..."
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
![]() |
![]() |