Subject | Re: [Firebird-Architect] Re: RFC: Please unify stored procedure execution |
---|---|
Author | Ivan Prenosil |
Post date | 2004-12-21T17:52:02Z |
From: "Roman Rokytskyy" <rrokytskyy@...>
If JDBC supports only selectable procedures,
while Firebird supports both selectable
and executable (no result or single row result)
procedures, then just drop executable procedures
from Firebird and java guys will be happy.
Ivan
> Java does not know EXEC PROC, it knows {call ...} syntax for all kindsIsn't the solution obvious ?
> 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.
If JDBC supports only selectable procedures,
while Firebird supports both selectable
and executable (no result or single row result)
procedures, then just drop executable procedures
from Firebird and java guys will be happy.
Ivan