This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes Different between Java DB and Mysql Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Different between Java DB and Mysql" Watch "Different between Java DB and Mysql" New topic
Author

Different between Java DB and Mysql

Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
What is the Different between Java DB and Mysql?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35437
    
    9
They're completely different, unrelated products. Their similarities are that they're relational database that implement SQL, and that JDBC drivers are available for both. Their full feature lists can be found on their respective web sites.


Android appsImageJ pluginsJava web charts
april henry
Greenhorn

Joined: Jan 18, 2010
Posts: 9
They are two different DBs.
java DB must be based on java,it is Sun's database.
mysql can be used for many languages, such as C、C++、Eiffel、Java、Perl、PHP、Python、Ruby and Tcl

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Different between Java DB and Mysql
 
Similar Threads
How to calculate difference between two dates in months
Embedding MySQL Database in Java Application
Which DB to learn
MySQL db - migrating from Access (but where is the driver?!)
Migrating from mysql to mssql