John C. Turnbull wrote: > I am just looking at Derby for the first time and it seems to me that > although stored procedures are supported they are not written in actual SQL > but rather Java statements instead. Is this correct?
Yes, that's correct. More info is on the wiki here: http://wiki.apache.org/db-derby/DerbySQLroutines > Are there plans to > support more conventional SQL-based stored procedures in the future? A proposal has been posted to the wiki: http://wiki.apache.org/db-derby/SqlPsmSupport cheers, -jean
