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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -