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

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

Which method in OLEDBAdapter is used to populate dataset with records?

1069


What is difference between datagridview and datagrid control in winforms?

1083


What two types of data providers does ADO.NET supply? What determines which one you should use?

1037


What Is Difference Between Ado And Ado.net?

1076


What is ado.net objects?

1010


What is the meaning of object pooling?

1310


Can we do database operations without using any of the ado.net objects?

1039


How can we add relation between tables in a dataset?

1045


How to connect and retrieve data from database using dataset

1102


Which object holds only data and does not interact with data source?

1035


What are the namespaces used in ado.net for data access?

1026


What is data reader in ado.net?

1050


What is connection string?

1053


What does sqldatareader return?

1008


What is the difference between Optimistic and Pessimistic locking?

1036