Which type of database is used while processing dynamic
database?
Answer Posted / amit garg
Type DataSet
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What does ado stand for?
What are the connected and disconnected modes in ado.net?
Can we load multiple tables in a dataset?
How can you add or remove rows from the datatable object of dataset?
What are the difference between readonly vs. Const?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Describe connection object in ado.net
What is the difference in record set and dataset?
Explain the difference between sqlcommand object and command behavior object?
What provider ado.net use by default? Explain the role of data provider in ado.net?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Explain the dataadapter class in ado.net?
What does adodb stand for?
Which object holds only data and does not interact with data source?
What are the advantages of using datalist?