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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -