If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / satyambabu
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 0.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to check if a datareader is closed or opened? IsClosed()
What is difference between executenonquery and executequery?
What is basic use of data view?
If we are not returning any records from the database, which method is to be used?
What is ado rdo dao in visual basic?
How to check if the Dataset has records ?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Explain the difference in an abstract class and an interface?
How to enable and disable connection pooling?
What are the Features and disadvantages of dataset
What is aggregate root?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What you mean by filtering of data?
What is connection string?
What is linq and entity framework?