5 pts.
 Create a database with Java
i need to create a database with tables using java language, only java. it must be very simple database. maybe you have some sources, books etc. I really need help with this.

Software/Hardware used:
ASKED: February 4, 2011  6:24 PM
UPDATED: February 4, 2011  7:04 PM

Answer Wiki:
Only java ? do you mean no database manager like MySQL, Oracle, SQL Server, etc? If so, then you can use Apache Derby, an embedded database manager built in java. Take a look at <a href="http://db.apache.org/derby/integrate/plugin_help/derby_app.html">this site</a> Note the steps to connect with the embedder driver in the section <a href="http://db.apache.org/derby/integrate/plugin_help/derby_app.html#Changing+the+application+to+use+the+Derby+Embedded+Driver">Changing the application to use the Derby Embedded Driver</a>. This way, all your code will be written in java.
Last Wiki Answer Submitted:  February 4, 2011  7:04 pm  by  Mariodlg   2,790 pts.
All Answer Wiki Contributors:  Mariodlg   2,790 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _