Subject Procedures/Firebird
Author Ruslan
I have a problem with my firebird database like this:
When I do a statement like
select * from procedurename('in_param','in_param') then the returned
parameters are null, but with the
execute procedurename('in_param','in_param') the returned parameters
are ok. So I want to execute from php a statement like this:
execute procedurename('in_param','in_param').
Can somebody tell me how to do this ?