Difference between datareader and dataset?
Answer Posted / suganya
Using Data Reader only one value can be accessed from the
database whereas using Dataset you can access a any number
of values from the database.
Is This Answer Correct ? | 55 Yes | 69 No |
Post New Answer View All Answers
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is ole data type?
Which method is used to sort the data in ADO.Net?
Is datareader faster than datatable?
Explain how to pass multiple tables in datasets simultaneously?
how we can fire event in databound coulm in datagfrid withot using button?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What are the different ado.net namespaces?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Which is faster sqldataadapter and sqldatareader?
What is the purpose of using adodb?
Is ado.net dead?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Explain the difference between an ado.net dataset and an ado recordset?
What is the role of clr?