On Tuesday 27 January 2004 12:34, Vasko Tomanov wrote:
I need to make a decision what SQL server to use the requirements are:
1. to have stored procedure 2. to be Open Source 3. To run on Linux and Windows
Some suggestions ?
Cheers Vasko
InstantDB (http://instantdb.tripod.com/old-site/index.html) was a pure-Java RDBMS with stored procedures. I've been using it for about 4 years and not once has it ever corrupted data. Being Java of course it runs most anywhere, but only has interfaces to Java programs. Unfortunately, Lutris reneged on a promise to go Open Source so it's effectively disappeared. On a mailing list I came across the following: "If you're looking for an open-source Java database solution, you may want to check out these: http://www.mckoi.com http://hsqldb.sourceforge.net McKoi is licensed under the GPL, while HSQL uses a BSD license." -- GT