Subject | Procedures/Firebird |
---|---|
Author | Ruslan |
Post date | 2005-03-12T00:29:48Z |
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 ?
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 ?