If a dataset contains 100 rows, how to fetch rows between 10
and 20 only ?
Answer Posted / vijay
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 ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the usage of the dataset object in ado.net?
How to store data in memory?
What is ado.net explain with diagram?
What is DataRowCollection?
What is sql connection in ado.net?
Is it possible to load multiple tables in a Dataset?
What are the advantages of ado.net?
Explain sqlconnection object?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is serialization and de-serialization in .net?
What do you know about ado.net's objects?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
can we create synonymn in ms access,sql server,my sql if so explain me with example
What are the essential features of ado.net?
What is the difference between sqlcommand and sqldataadapter?