Answer Posted / eduardo belmonte
Regarding answer # 3 : It is correct.
Regarding answer # 2 : It is not correct, remember a
dataset contains datatables, and those datatables each can
have its own amount of datarows.
So to know "all" datarows in a dataset you have to add how
many rows "each" of its component datatables may have.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are datareaders?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Which namespaces are used for data access?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the difference between Optimistic and Pessimistic locking?
What is acid in ado.net?
What are the uses of Stored Procedure?
What is a data control clerk?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are ado.net objects?
What is executequery?
Define bubbled event?
How is it possible to get 2 tables of data at a time by using data reader?
Explain all the classes those are used for database connections between sql server and asp.net?