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

Home -> Community -> Usenet -> c.d.o.server -> Re: calling stored procedure with an array parameter from Oracle Object for OLE (OO4O)

Re: calling stored procedure with an array parameter from Oracle Object for OLE (OO4O)

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: Thu, 05 Jul 2007 06:44:28 -0700
Message-ID: <1183643068.464732.57550@q75g2000hsh.googlegroups.com>


On Jul 4, 10:45 am, Alexander Smirnov <s_alexande..._at_list.ru> wrote:
> There is no mismath. If I use scalar parameters insted of array
> parameter all works fine. That is if I use Add method rather than
> AddTable

In order to pass scalar values for your working test to the Oracle procedure do you have to rewrite the Oracle procedure? Either the procedure expects scalar variables or it expects collection variables. It is not going to work with both.

HTH -- Mark D Powell -- Received on Thu Jul 05 2007 - 08:44:28 CDT

Original text of this message

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