What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / guest
returns a read-only dataset from the data source when the
command is executed.
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Explain what is datagrid with an example?
describe the dataset object in ado.net.
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Which architecture does Datasets follow?
What is difference between Dataview and Datatable?
What is command class in ado.net?
How to connect and retrieve data from database using dataset
What is a datareader object?
What is microsoft ole db provider for sql server?
What is commandbuilder in ado.net?
Explain the overview of ado.net architecture?
What are dataproviders?
Define partial class?
What is ado net stands for?
Why do we need ado.net?