Subject | Stored procedure parameters problem |
---|---|
Author | Valdir Stiebe Junior |
Post date | 2003-07-25T18:09:48Z |
Hi,
i'm using win32 WI-V6.2.972 Firebird 1.0.3.
I created a stored procedure with 42 input parameters. It insert data at some
tables.
If i call
execute procedure MY_INSERT_PROCEDURE(parameters)
from client (ibexpert, ibconsole or my application) i have no problem. But when
i try to use this statement from a trigger. I got this error when trying to
compile trigger:
Unsuccessful execution caused by system error that does not preclude successful
execution of subsequent statements. connection lost to database.
If i alter my procedure to have only 20 parameters, the trigger compile
normally.
This is a know bug? Limitation? Or i'm missing something?
TIA.
Valdir.
i'm using win32 WI-V6.2.972 Firebird 1.0.3.
I created a stored procedure with 42 input parameters. It insert data at some
tables.
If i call
execute procedure MY_INSERT_PROCEDURE(parameters)
from client (ibexpert, ibconsole or my application) i have no problem. But when
i try to use this statement from a trigger. I got this error when trying to
compile trigger:
Unsuccessful execution caused by system error that does not preclude successful
execution of subsequent statements. connection lost to database.
If i alter my procedure to have only 20 parameters, the trigger compile
normally.
This is a know bug? Limitation? Or i'm missing something?
TIA.
Valdir.