Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between datareader and dataset?

Answer Posted / shivangi pandya(cojit- sy)siho

*dataset........
..it is read & write we can make changes.
..we can do insert,update,delete operatios.
..we can move previous in it.
..it is faster then datareader.
..it doesent hold any data.
..data can not be transfer to datasource.
..only one record save in a memory at a time.
..dataset is connection oriented.
*data reader........
..it is read & forward only.
..we cant do ant insert,update,delete operation.
..we can not move previous in i.t
..it is slower then dataset.
..it can holds the data table.
..data can be transfer to datasource.
..pulls the records from datasource & saves in IIS memory.
..it is disconnected oriented.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is method to get XML and schema from Dataset? getXML() and get Schema ()

1018


What is basic use of data view?

1042


What are the disadvantages of using datalist?

1085


Define data adapter?

1020


How would you connect to a database by using .NET?

989


What is the role of clr?

1001


What are two important objects of ADO.Net?

1061


What are the advantage of ado.net?

1042


What are all the commands used with Data Adapter?

1089


List all the steps in order, to access a database through ado.net?

1123


How to bind the controls(best practice) comboboxes to the data in the dataset?

1095


What are the different methods by which we can populate a dataset?

1283


Explain the difference in record set and dataset?

995


What is the difference between Dataset. clone and Dataset.copy?

1094


What is ole used for?

984