If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?

Answer Posted / ramesh

Dataset consists of DataTable collection which consists of
DataRows. Create Dataset object, then create DataRow object

Dim objRow as New DataRow

objRow(9) to objTow(19) woud give the rows between 10 and
20, as first row is stored with index

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to load multiple tables into a dataset?

625


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

638


Define ado.net?

689


What is difference between ado.net and asp net?

620


How to work with disconnected data - the dataset and sqldataadapter?

593






What are datareaders?

599


What are two important objects of ADO.Net?

647


What are the rules to implement connection pooling?

584


What is ado recordset?

577


What is disconnected scenario in entity framework?

629


Which architecture does Datasets follow?

675


How do you implement locking concept for dataset?

630


What are dataproviders?

630


differance between ADO vs ADO.Net?

624


Define atomicity?

678