|
Besides PostGreSql, SapDB (www.sapdb.org) is another very fine "free" database. SapDb is much more of an enterprise capable database than MySql and runs on a few different platforms. The install isn't really trivial for beginners, but for experienced developers it is a great database for development. Of course it has a JDBC Driver, ODBC Driver, Database Admin, SQL Studio, etc. Tim -----Original Message----- From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Joe Pluta Sent: Friday, February 21, 2003 7:39 PM To: Java Programming on and around the iSeries / AS400 Subject: RE: [OT] Great SQL Database for Java > -----Original Message----- > From: David Morris > > Another great little database is DB2 UDB for iSeries. Very easy to > install, > it comes with the hardware! As you know, David, I think DB2/400 is the best database available for business applications. But there are cases where JDBC is the correct answer, and I'm trying to find a database that I can recommend for beginners/students. One of the things I really like about the HSQLDB product is that it has two distinct modes: client/server and in-process (or standalone). The in-process mode is a dedicated mode. Only one application can access the database at a time, but there's no need to run a server, either. This is easiest environment I've ever seen for testing. There's even a diskless version in which the data isn't stored on disk. This has some great possibilities in handheld devices - you can write your code as if you were using a database, then have an initialization routine that simply loads a "pseudo-database" in memory with data from a ROM or downloaded over a wireless connection. The client/server connection is nice, it's a proprietary TCP/IP protocol, and then there's the HTTP-based version. I'm going to continue to look at this puppy for non-iSeries development. > One that I use a lot is MySQL, which only > costs you if you integrate it into a product. Postgresql is the > ultimate Free DB but not quite as quick as MySQL but difficult to > install. This is the issue. My audience is, as always, the guy trying to learn. I want something simple to install AND USE, and HSQLDB excels at both of those things. The standalone mode, which doesn't even require you to fire up a server, is the ultimate in ease of use. Joe _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.