catch(SQLException e){


}


Never ignore exceptions, which is what the above does. At the very least call printStackTrace() on the exception object so you can see the stack trace (with...