RE: OleDbConnection and MultiThreading
From: Saurabh Nandu (SaurabhNandu_at_discussions.microsoft.com)
Date: 07/14/04
- Next message: Christoph Boget: "Cannot implicitly convert type"
- Previous message: Saurabh Nandu: "RE: Database to Data Structure"
- In reply to: Matthias Kwiedor: "OleDbConnection and MultiThreading"
- Next in thread: Matthias Kwiedor: "RE: OleDbConnection and MultiThreading"
- Reply: Matthias Kwiedor: "RE: OleDbConnection and MultiThreading"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 07:08:05 -0700
The call to Dispose will automatically close the connection. Also there is a limitation in the current version of ADO.NET that you can have only 1 open DataReader per connection object.
-- Regards, Saurabh Nandu AksTech Solutions, reflecting your needs... [ www.AksTech.com ] [ www.MasterCSharp.com ]
- Next message: Christoph Boget: "Cannot implicitly convert type"
- Previous message: Saurabh Nandu: "RE: Database to Data Structure"
- In reply to: Matthias Kwiedor: "OleDbConnection and MultiThreading"
- Next in thread: Matthias Kwiedor: "RE: OleDbConnection and MultiThreading"
- Reply: Matthias Kwiedor: "RE: OleDbConnection and MultiThreading"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|