1
I’m making a insert and use a model with the Getters and Setters, when I do the insert in the values I receive to model as a parameter and use as follows
sql = "INSERT INTO " + Table + "(" + campos + ") VALUES ('"+valores.nome+ "','" + valores.email + "', " + valores.cpf + ", " + valores.tel + ");";
There’s a way I could pass the Dynamic Values by taking him from model ?
From what I understand, the values are already being passed dynamically, through the properties of the object "values".
– Marcell Alves
Your question has become meaningless ?
– novic