Is it possible to write the equivalent of stored procedures in Java on the database-server in Derby (also known as Cloudscape and Java DB) instead of having to learn how to write stored procedures?
Kaydell
Henrique Ordine
Ranch Hand
Joined: Sep 03, 2004
Posts: 127
posted
0
I'm not sure, but you probably can since Derby was developed in java. Also, you might find the answer here.
J2EE Architect/Developer
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Each database has their own variant of stored procs (they are not standardized), so I'm not sure what you mean by "the equivalent of stored procs in Java". Those ARE (or will be) stored procs.