On 1/22/07, Daniel John Debrunner <[EMAIL PROTECTED]> wrote:
> - However, you will bypass some > of the JDBC layer(s) as the stored procedure will run inside the > database spectrum in theory, with direct access to data, not requiring > the use of JDBC for that JDBC is the api used to access data from within a Java procedure. Derby's embedded JDBC code is the same as the server-side JDBC code.
Humm, right eh! ;-) Got confused with procedural SQL SP - Thanks for catching it. Dan.