Subject Re: [Firebird-Java] Re: Stored Procedures
Author Rick Fincher
Hi All,

I added Roman's reply on this issue to the Stored Procedure FAQ item to make
it a little clearer.

Rick
----- Original Message -----

> --- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
> <rrokytskyy@a...> wrote:
> > Hi,
> >
> > > The documentation / FAQ seem to indicate this is not supported
> yet.
> > >
> > > Also if it is not supported yet around about how long until it
> will
> > > be supported ?
> >
> > 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.
> >
>
> Thanks for your reply.
>
> 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
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>