database - what databasse i used for java offline application -
i want develop application.which offline(runs on single pc).which database should use when create exe of project automatically included in it.
it sounds you're looking embedded database. here thread on java embedded databases. use apache derby, because it's easy use netbeans.
Comments
Post a Comment