synchronize sql connection in multithreading in .NET

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 6:03 UTC
Read the original article Hit count: 352

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

Related posts about .NET