Well, I would use a DB independent object-relational mapper (such as Hibernate) and then try the one that you think would be the easiest (embedded Derby is pretty darn easy!). If it doesn't give you the performance that you want, try something else.
Donald On Jan 21, 2008 7:16 AM, musky <[EMAIL PROTECTED]> wrote: > > is it a good idea to use apache derby for this kind of project or should i > look at mysql server. > > please tell me which is better suited.
