Posts by Galvin Gprill • 33 points
2 posts
-
1
votes1
answer140
viewsQ: Problems when creating crud, select and Insert works, delete and update does not
Good afternoon, I need help with a crud c# here is the code where the class is, the strange thing is that select and Insert are working normally, the problem is in update and delete //incluirCidade…
c#asked Galvin Gprill 33 -
1
votes2
answers2427
viewsQ: Exclude element from an array
Need to delete the first element of an array. Have: Numero[10]. How do I delete the value in Numero[0] and overwrite the other elements?