Complete Derby/JDBC Stored Proc Example ?

2007-01-26 Thread Fisher Associates, Inc.
Fisher Associates, Inc. Hi Folks, Does any one have a complete example showing: * How to define and utilize a Java Class as a Stored Proc within Derby * How to test same within ij * How to call from JDBC Any help and insights greatly appreciated ! Thanks, Joe

Re: Complete Derby/JDBC Stored Proc Example ?

2007-01-26 Thread Rick Hillegas
Hi Joe, The information you need can be found in the following sections of the Derby Developer's Guide: o Loading classes from a database o Derby server-side programming In addition, the Scores demo, in the codeline, shows you how to declare and invoke Java methods as functions and

Re: Complete Derby/JDBC Stored Proc Example ?

2007-01-26 Thread Daniel John Debrunner
Fisher Associates, Inc. wrote: Does any one have a complete example showing: * How to define and utilize a Java Class as a Stored Proc within Derby * How to test same within ij * How to call from JDBC Any help and insights greatly appreciated ! In addition to the resources Rick