Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> calling stored procedures in Informix database
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:17 CST
![]() |
![]() |