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 ?



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

Answer / 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

More ADO.NET Interview Questions

What is adodb dll?

0 Answers  


What is dataset and datatable in ado.net?

0 Answers  


What is ado recordset?

0 Answers  


What does connection string consists of ?

4 Answers   Digital GlobalSoft,


Is ADO.NET derived from COM? true /false

2 Answers   Infosys,


What are advantages of microsoft-provided data provider classes in ado.net?

0 Answers  


What are typed and untyped dataset?

0 Answers  


Can we bind one datareader wid two dropdown list?

5 Answers  


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

1 Answers   Digital GlobalSoft,


what is typed and untyped dataset

3 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

5 Answers   IBM, Veegyapan Impacts,


What are the steps in connecting to database ?

2 Answers   Microsoft,


Categories