|
 |
ado_dotnet thread: Close DataReader
Message #1 by "Hovik Melkomian" <melvik@b...> on Thu, 6 Mar 2003 04:32:55 +0430
|
|
Hi there:
I saw Close() metod for DataReader Object, but there is no Open()!!!
Should I close the DataReader after use or not?!!?
Thanks in advance,
Hovik.
Message #2 by "Alex Smotritsky" <alex.smotritsky@v...> on Wed, 5 Mar 2003 10:11:28 -0500
|
|
Datareaders aren't opened they're created, close is then no problem.
-----Original Message-----
From: Hovik Melkomian [mailto:melvik@b...]
Sent: Wednesday, March 05, 2003 7:03 PM
To: ADO.NET
Subject: [ado_dotnet] Close DataReader
Hi there:
I saw Close() metod for DataReader Object, but there is no Open()!!!
Should I close the DataReader after use or not?!!?
Thanks in advance,
Hovik.
===
Fast Track ADO.NET with C# is a concise introduction to the concepts,
techniques, and libraries that you will need in order to start using
ADO.NET in your applications. The book covers DataSets and Typed
DataSets, accessing data using DataReaders and DataAdaptors, the close
relationship between ADO.NET and XML, how and where to use ADO.NET in
your enterprise applications, and how to use Web Services and ADO.NET to
easily pass data between applications.
http://www.wrox.com/books/1861007604.htm
|
|
 |