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...

What is dataset and tell about its features. What are
equivalent methods of previous, next etc. Of ADO in ADO.NET ?

Answer Posted / vaidyanathan r.

Dataset is a collection of Datatables along with their
relations. Dataset is the copy of part/full of the actual
data base stored in the application during execution for
data manipulations.

And there is no equivalent methods to previous and next
methods of ADO as each table is treated as a seperate
objects inside the Dataset. However a particular record can
be retrieved by the "Rows" property of the Data Table.

Eg: DataRow dr = DataSet1.Tables[<TableIndex>].Rows
[<RowIndex>]

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is namespace in ado.net?

1085


What is csdl entity framework?

1069


What are the namespaces used in ADO.Net to connect to a database?

1319


What is ole used for?

987


What is the purpose of using adodb?

1021


What is a string variable?

976


What are datareaders?

1030


How do you find the count of records in a dataset?

1028


What are the advantages using ado.net?

1092


What is the difference between the clone() and copy() methods of the dataset class?

1156


Describe the command object and its method.

1050


What is ado.net objects?

1019


How is it possible to get 2 tables of data at a time by using data reader?

999


Explain executenonquery?

1229


What are the ado.net objects?

981