What are the two fundamental objects in ADO.NET?
Answer Posted / apuroop
DataSet
DataReader
Dataset is disconnected archtecture
Data Reader is Connected Architecture
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between data reader and data adapter?
What is the use of Dataview?
What is the use of SqlCommand object?
What is aggregating data ?
What is the purpose of using adodb?
What is a dataview?
What is the difference between dataset and datatable?
How to enable and disable connection pooling?
What is difference in record set and dataset?
Difference between sqlcommand and sqlcommandbuilder?
Explain how can we load multiple tables in to dataset?
What do you know about ado.net's methods?
What connected data?
What is oledb connection?
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?