synchronize sql cennection in multithreading in c#

Posted by Lalit Dhake on Stack Overflow See other posts from Stack Overflow or by Lalit Dhake
Published on 2010-03-24T05:44:30Z Indexed on 2010/03/24 5:53 UTC
Read the original article Hit count: 392

Filed under:

I am using multi threading concept to run some process. this process uses the sql connection object to get the data from database.This object is in another class. how to synchronize the sql connection while using multithreading?

© Stack Overflow or respective owner

Related posts about multithreading