Creating database in Netbeans for Java web application -


i have jdialog contains jtextfields , save button.how create database table stores projectid, projectname , description , store them locally?

for use sqlite , relevant jdbc driver. here'e tutorial http://www.tutorialspoint.com/sqlite/sqlite_java.htm

sqlite allows create local database on file system, won't need database server host it.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -