jQuery in Action, 2nd edition
The moose likes JDBC and the fly likes Eclipse Built in database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Eclipse Built in database" Watch "Eclipse Built in database" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Eclipse Built in database
 
Similar Threads
id of the new field in my table
Eclipse + MySQL = cannot connect
MySQL Connection in Eclipse 3.2
SQLException: No suitable driver found for jdbc:mysql://localhost:3306/ SQLState: 08001 VendorError:
please help me in my database problems