Posts by Lucas Silva • 1 point
1 post
-
0
votes5
answers26088
viewsA: Registration problem (Column Count doesn’t match value Count at Row 1)
Guys I managed to solve the problem here, my DAO class was sending inside the method add the following string "String sql = "Insert into contacts values (?,?,??)";" changed to "String sql = "Insert…