Java local database -


i creating piece of software using java , eclipse. software freestanding , not require internet connection.

the main use of program requires access database. used developing android there inbuilt mysql database in every device. there similar thing java. have looked everywhere , have seen references kind of thing have not seen clear answers. know there jdbc, seems method of controlling database rather creating it.

what trying establish is, there pre installed database available use in eclipse without further installation, in same way mysql db available when using android??

the version of java using java.runtime.version=1.7.0_40-b43

and using eclipse kepler service release 2

what trying establish is, there pre installed database available use in eclipse without further installation, in same way mysql db available when using android??

first, android includes sqlite (not mysql). second, no. no there not. use derby or sqlite or h2 (or other pure java database). pure java databases don't require external installation (but can installed externally) , can run directly in eclipse.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -