× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> -----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


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.