can you recommend a fairly reliable (mature) database which is made with java and does not require database connection strings, but can be interacted with by using SQL statements.
> Why do you want to avoid connection strings? What's> the problem with them?> > Take a look at derby or hsqldb> > Kajtoo much effort, presumably. should go far
Heres one http://www.oracle.com/database/berkeley-db/je/index.htmlI've used it for a small project and it seemed to fulfil all needs (at least mine anyhow)