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 -> Calling stored procedures in Informix database

Calling stored procedures in Informix database

From: Margreeth Drenth <Margreeth.Drenth_at_planet.nl>
Date: Mon, 21 Feb 2000 13:33:53 +0100
Message-ID: <88rbif$34qr7$1@reader1.wxs.nl>


Hello,

I'm trying to call stored procedures in an Informix database from Developer 6.0 client. Therefore I'm using the exec_sql package. However when I execute the procedure call (exec_sql.execute) with the command being : set isolation to dirty read;
execute procedure procedure_name;
commit work;

I get the error function[procedure] name returns too many values. Does anyone know a solution??

Thanks Received on Mon Feb 21 2000 - 06:33:53 CST

Original text of this message

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