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 / anna
we have to use datareader.
because it is more faster & efficient than dataset.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Does entity framework use ado.net?
What is bubbled event can you please explain?
What is the difference between OLEDB Provider and SqlClient?
Define the executescalar method?
What does datareader object do?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What are good ado.net object to replace to ado recordset object.
What are the major challenges in accessing data from a database?
Define the data provider classes that is supported by ado.net?
Can datareader hold data from multiple tables?
What are all the classes that are available in System.Data Namespace?
What do you know about ADO.NET's objects and methods?
How do I delete a row from a DataTable?
Explain the basic use of "dataview" and explain its methods.
What is the use of SqlCommand object?