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
Post a Comment