Subject | Re: RFC: Please unify stored procedure execution |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-12-21T13:52:19Z |
> Martin, what problems will we have if we say that IB/FB can notYou have to make it clear and accept that some class of applications
> return result set from procedures?
cannot be ported to Firebird. I believe that Paul Ruizendaal will be
just happy to extend his Oracle-mode to provide such feature :)
> I mean, from standard EXEC PROC?Java does not know EXEC PROC, it knows {call ...} syntax for all kinds
> How this will affect Java applications, J2EE and so on?
of procedures. If JDBC driver cannot handle correctly this syntax,
that's already a buggy driver and this does not bring any additional
kudos to the complete project.
> It is not hard to comment, that if Java developer want to getWrong, because JDBC specification tells other things. Telling Java
> resultset from procedure, he just need to make simple select
> statement instead of direct procedure call.
developers to use SELECT to call procedure with result set decreases
the portability of the application.
If we want the project to succeed, let's make the life of people
migrating to our server easy as much as possible. There's number of
features that people need, and telling "hey, that's your problem" is
not the way to deal with them.
Roman