importjava.sql.PreparedStatement; importjava.sql.SQLException; importjava.sql.Statement; /*Date 07 April 2010 * this class added to handled the Mysql transcations, with Begin Commit or Rollback. * * */ publicclassEmployeeToDB { privateDBConnection db; ...