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 from c#

Re: calling stored procedure from c#

From: <codefragment_at_googlemail.com>
Date: Mon, 22 Oct 2007 08:51:37 -0700
Message-ID: <1193068297.081758.92290@y27g2000pre.googlegroups.com>


Problem solved. I thought the (?) bit was for the return cursor, you actually ignore that and use a ? for every input, e.g.

{call TEST.TEST(?,?,?,?,?,?,?,?,?,?,?,?,?)}", dataConnection); Received on Mon Oct 22 2007 - 10:51:37 CDT

Original text of this message

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