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 table contains 20000 records . In a page at each time
100 records to be displayed. What are the steps u will take
to improve performance? will you use dataset or datareader?

Answer Posted / vijay

we have to use a dataset because on using datareader
forward only paging can be achieved. Suppose if you are at
1000 page and you want to go back to 999th page, if you use
datareader it cannot be achieved, since it does not support
backward navigation.
Dataset supports forward and backward navigation

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?

1064


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

2449


Give an example of a .net application which connects to microsoft access database using ado.net classes.

1219


What is the difference between Command and CommandBuilder object?

1344


What are the connected and disconnected modes in ado.net?

964


Explain why edit is not possible in repeater?

1099


What is the hierarchy of data in databases?

988


Explain the advantage of ADO.Net?

1031


What does ole stand for in excel?

1199


Explain ado.net features?

1103


What is the difference in record set and dataset?

1068


What is ado.net and its features?

1029


What is shadow copy?

1024


Give few examples of datareader that is used in different dataproviders.

1009


What is difference between connected and disconnected architecture in ado.net?

1203