Diff b/w DataReader,Dataset and Data table?

Answer Posted / sooraj

dataset :-
dataset used disconnected mode(offline architecture) dataset
contain object of data table by using dataadapter by fill
method means dataadapter fill the fetch query of datatable
to data set..

datareader:-
its use connected mode arcetecture..its secure but
connection oriented.. its working some time we can say that
its same as a dataset but its direct access data by table..

datatable :- structured format it contain
a rows and columns.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by ‘batch updates’?

509


Does entity framework use ado.net?

498


What is execute reader in ado.net?

493


How can we save all data from dataset?

533


Describe the disconnected architecture of ADO.NET’s data access model.

536






Explain what is datagrid with an example?

582


What is ambient transaction?

500


What is ado asp?

511


What is the executescalar method?

578


What is openquery?

527


What are the different ado.net namespaces?

620


What is datasource in ado.net?

580


Explain how can we load multiple tables in to dataset?

495


How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

578


Can we load multiple tables in a dataset?

538