News

4.SqlAddUpdate.java : it has a constructor which will connect to the databse . and all the functions in this class is used to either retrive, update or add into the databse.
In java you use the .jar-file containing the mysql-driver i guess. This .jar-file you can just ship with the java application and no further adjustments are necessary. You can get direct contact with ...