
October 24th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 857
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Using the SqlDataReader Class
If you read any of my previous ADO.NET articles you will find that I used the SqlDataReader class in many of the examples. Today we will talk more about the SqlDataReader class and use its methods and properties. Some of you may wonder how the SqlDataReader class gets access to the fields using the array-like syntax; we will talk about that as well.
Read the full article here: Using the SqlDataReader Class
For more discussion go here: Blog Article Discussion
|