I develope Java in work most of the time on my Linux machine (which is
great), but, a project has come up which will need a small persistant store
of objects/values, about 1000-3000 of them. Management has deemed that VB
with an Access file (which can be replaced easily) is the way to go. (Bye
Bye Linux for me).

What are the options for Java? Would a persistant Vector of objects not
slow down things terribly? Is there any other Access-like database routine
we could use which is free?

I'd prefer that all 1000 objects weren't read into RAM, some way to sql
them from their little file?

Any thoughts...

Reply via email to