Posts by Phil • 37 points
3 posts
-
2
votes2
answers1749
viewsQ: How to browse a dataGridView and store the values in a List or Array
I have to enter some data into a datagridView and then need to recover these values and store in a List or Array, so that then I can send it to the database. Guys, I don’t know how to do this! If…
-
0
votes2
answers61
viewsQ: How to update two tables
Good night! I’m having trouble updating two tables at once in C#. Obs. in this way it updates the CONTACT table, if I invert the UPDATE sequence it updates the CLIENT table, but never the two…
-
1
votes1
answer214
viewsQ: How to make an Insert in two distinct tables in C#
I need to enter values in an X table, then recover the id of it, so that I can send in the second Y table the id of X and other values, but I do not know how to do this. Follow the code below what…