What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / santosh
Data reader is belongs to connecting architectutre.It read
the the data in forward direction.It retrive data from
database through sqlcommand.It is faster as comapre to data
Adupter in disconnecting architecture.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Describe datareader object of ado.net with example.
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
Some important instruction regarding ADO.NET connection string ?
What are the data access namespaces in .NET?
Explain ado.net features?
What is ole data type?
Does executenonquery return a value?
Define isolation?
What are the classes in System.Data.Common Namespace?
What is the difference between statement and preparedstatement interface?
What is the usage of the dataset object in ado.net?
What is difference between datareader and dataadapter?
How do you update a dataset in ado.net and how do you update database through dataset?
What are datareaders?