You are on page 1of 1

Codigo Java Insert ================== <% sql Sql = new sql(); String s = "INSERT INTO personas(apellidos,nombres,correos) " + "Values('Soto

Pichihua','Elmer','esoto@gmail.com')"; String result = Sql.ejecuta(s); if(result == null){ out.print("Ok"); }else{ out.print(result); } %>

You might also like