Subject Re: [Firebird-Architect] RFC: Please unify stored
Author Roman Rokytskyy
> > > Why would you want to use procedure you know nothing about ??????
> >
> > Because he is writing a driver :-)
>
> If you are so obliging, would you please try to run "FORMAT C:",
> I will later explain what you did :-)

I have explained it few times - the syntax for procedure call in JDBC
is {call ....} and not SELECT * FROM or EXECUTE PROCEDURE. It is my
responsibility to convert {call ...} into appropriate SQL. And I need
information to do this or I need a call that can be used for all types
of stored procedures.

Roman