From: Carl E Tallis@ERS_TYSONS on 06/09/98 12:34 PM
Have you looked at Jeevan? It's a(nother) pure Java implementation of a
DB. I haven't used it, but the demos are great. It's similar to the PSE
solution that others have mentioned, but it seems simpler than ODI's
product.
[EMAIL PROTECTED] on 05/28/98 11:06:43 AM
To: Carl E Tallis/ERS
cc:
Subject: VB and Access == Java and ????
Thanks for all the responses! Most people suggested an rdbms with JDBC
which is something I'll look into.
But, seeing as how I know that there will be only about 2000 objects, what
if I just read them in and put them in a vector/linked list/hash table. In
your experience would that slow the app down/bloat it out too much for
comfort?
If it was C++ I wouldn't even worry about it.
Eric