Diff. b/w DataReader and DataSet?
Answer Posted / sandeep singh shekhawat
Data Reader is forword only it read one by one row. when it reach end the table then need to another connection open for it. it object create by command object method execute reader.
Data set is used for disconnect approch.It can have more than one table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define executenonquery?
What is dao and ado?
Which is faster datareader or dataadapter?
Does entity framework use ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
can we create synonymn in ms access,sql server,my sql if so explain me with example
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What are dataproviders?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado rdo dao in visual basic?
How to work with disconnected data - the dataset and sqldataadapter?
What is the difference between SqlCommand and SqlCommandBuilder?
Explain the difference between an ado.net dataset and an ado recordset?
Explain the difference in record set and dataset?
What are the usages of the command object in ado.net?