Hi, Recently I have been going through the Wiki http://wiki.apache.org/db-derby/DerbySQLroutines
And it states I quote "The advantage of Java procedures is that the same procedure will run on any database that supports the standard, such as Derby, IBM's DB2 and Oracle" Apart from this single advantage there aren't much to registering Java Procedures in derby database, so why doesn't derby database support standard SQL Stored Procedures (Such as Oracle PL/SQL..) without registering public static void methods as Stored Procedure. Any particular reason to this? Thanks in advance, Shazin
