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
Which provider is used to connect ms access, oracle, etc…?
Explain ado.net features?
How would you connect to a database by using .NET?
What is a string variable?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is a control toolbox?
Do you use stored procedure in ado.net?
What is sql connection in ado.net?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Which object is used to add relationship between two Datatables?
What are advantages of microsoft-provided data provider classes in ado.net?
What is Data view?
What are the major challenges in accessing data from a database?
What is different between sqlcommand object and command behavior object?