| Author |
Eclipse Built in database
|
Mariraj Sankar
Greenhorn
Joined: Feb 03, 2011
Posts: 5
|
|
Hai friends,
i worked database application in eclipse with separate mysql connection. but i wish work only Mysql back up file and also without any connection. like visual studio built in database. so anyone know about Built in database in eclipse.
IDE:
ObjectWeb Lomboz for JavaEE Development
Version: 3.3
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Eclipse does not have a build in database as far as I am aware. You can get in memory databases, such as JavaDB or HypsersonicSQL if they suit? These will still need accessed via JDBC in exactly the same way as MySQL though.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Mariraj Sankar
Greenhorn
Joined: Feb 03, 2011
Posts: 5
|
|
Thank you so much paul
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
You are welcome.
|
 |
 |
|
|
subject: Eclipse Built in database
|
|
|