Hi everyone
Can anyone please help me to find methods, to use when clicking an button inserting data into table. Example say ageButton by clicking on it insert data into table which already exists in the database. I did use this method but does not work. Thanks a lot
Code:
 public void orderProduct()
    {
               String sqlSelect = "INSERT INTO age" +  "valuse (34,dave,short)"; 
       System.out.println(sqlSelect);
       
                
    }