PreviousData Provider for .NET Guide (9.1 revision 1) Next

Thread Support

Show this topic in Library frames

The PsqlConnection object is thread-safe. Multiple PsqlCommand 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.


Chapter contents
Publication contents

Prev topic: Using Local Transactions
Next topic: Unicode Support