Re: Procedures with large number of Parameters

2008-04-21 Thread Fidel Viegas
On Mon, Apr 21, 2008 at 12:35 PM, Jens Borrack <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem calling a particular procedure, which has 60 in and 1 > out parameter. While another procedure call with 13/1 parameters in the > same class works flawless, the 60/1 call throws a 'Invalid row in

Procedures with large number of Parameters

2008-04-21 Thread Jens Borrack
Hi, I have a problem calling a particular procedure, which has 60 in and 1 out parameter. While another procedure call with 13/1 parameters in the same class works flawless, the 60/1 call throws a 'Invalid row index' exception. Has anyone experienced similar problems with procedure calls with mor