What?s the role of the DataReader class in ADO.NET connections?
Answers were Sorted based on User's Feedback
Answer / madduri
It returns a read-only dataset from the data source when the
command is executed
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nageswarao.garine
datareader is one the ado.net object which can used to store
data.datareader is readonly,forwardonly access data from
recordset.it doesn't allow manipulations on that.
when compared to other objects it provide very
fast accessing of data.
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you mean by thread safe in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
If I return out of a try/finally in c#, does the code in the finally-clause run?
Which function is the entry point for a DLL in MS Windows 3.1?
What are the different approaches of passing parameters to a method?
What is a dimensional array?
Can we inherit a class with private constructor in c#?
What is dataset c#?
Define c# i/o classes?
How to update the gui from another thread in c#?
What are events in C#?
Where’s global assembly cache located on the system?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)