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
What is ado and rdo?
How to generate a single aggregate?
What does ado stand for in ado.net?
What are different layers of ADO.Net?
What are three methods for displaying data in a syncfusion datagrid
How to check if a datareader is closed or opened? IsClosed()
How do you update a dataset in ado.net?
What is ambient transaction?
Why do we use sqldataadapter?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is the difference between sqlcommand and sqldataadapter?
how Sequence to connect and retrieve data from database using dataset?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What are typed and untyped dataset?
What is defaultview in datatable?