1
Answer

Update several hundred rows at once with mysql

Photo of patrick

patrick

13y
3.3k
1
Can someone tell me how to make my code more efficient,  is use c# and mysql, and basically I just use an insert command to insert a row.  a certain part of my program does several hundred rows in sequence, but it takes a long time to run all the insert commands.

Answers (1)