Posts by Vinicius Pereira • 3 points
2 posts
-
-2
votes1
answer82
viewsQ: Doubt about changing data in PHP MVC
I need to update a client’s data on my MVC project. It is a form that must update two tables in the database: "user" and "patio", but only "user" is being updated, which can be? Returns no error,…
-
0
votes1
answer39
viewsQ: Inserting data with a proc in SQL Server
I need to use a procedure that adds data to the table Pedido and then on the table ItemPedido automatically. But I’m not able to create a Procedure work. Follow my code below: create procedure…