Subject | Re: Stored Procedures |
---|---|
Author | pcam_again |
Post date | 2003-07-31T00:27:26Z |
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
Can you please give an example, with the procedure meta data
and the syntax.
I have tried both types and syntax and can not get it to work.
It can't get it to recognize the procedure parameters.
From,
Phill Cameron
<rrokytskyy@a...> wrote:
> Hi,yet.
>
> > The documentation / FAQ seem to indicate this is not supported
> >will
> > Also if it is not supported yet around about how long until it
> > be supported ?Thanks for your reply.
>
> We do not fully support escaped syntax for procedure calls (output
> parameters are not supported). However if you use native Firebird
> syntax, stored procedures are fully supported.
>
> Native Firebird syntax:
>
> EXECUTE PROCEDURE proc_name(?, ?, ?, ...) for executable procedures;
> SELECT * FROM proc_name(?, ?, ...) for selectable procedures.
>
Can you please give an example, with the procedure meta data
and the syntax.
I have tried both types and syntax and can not get it to work.
It can't get it to recognize the procedure parameters.
From,
Phill Cameron