I downloaded an apche derby Database and would like to connect to my java application on embedded mode and not server mode.
- How do I create a new database?
- How do I connect to it from my application using NetBeans IDE?
I downloaded an apche derby Database and would like to connect to my java application on embedded mode and not server mode.
http://db.apache.org/derby/docs/10.8/getstart/index.html is your friend. Learn how to run ij, go through the tutorials, it's a good document and will step you through all the basics.