i want one table multiple operation at same time using mysql c#
it is necessary to check whether multiple operation on a table take place in the same time.ex 20 query at time execute in one table
eg.test db-> in test db -> temparary table->in this table i want multple operation insert ,update at same time (in timer function)in c# window application .
i don't know any idea please tell me how to possible .
thank you for advance