skip to main content
Developing ADO.NET Applications : Threading
 

Threading

The OpenAccessConnection object is thread-safe. Multiple OpenAccessCommand objects, each accessed on a separate thread, can simultaneously use a single connection.
Accessing other public and data provider-specific objects simultaneously on separate threads is not thread-safe.