I will connect with one database from several machines. In all machines they need to insert the data in single table. In that time: how to use multithreading and deadlock concepts? Using the MySQL database and also MS Access.
I will connect with one database from several machines. In all machines they need
Share
If you are talking about an SQL server (MySQL) then the thread safty is not your problem. It’s hard to tell what you are talking about. A bit more information would be nice!