Answer Posted / surjit
Typed vs. Untyped Datasets
A DataSet can be Typed or Untyped. The difference between
the two lies in the fact that a Typed DataSet has a schema
and an Untyped DataSet does not have one. It should be
noted that the Typed Datasets have more support in Visual
studio.
Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What is the difference between SqlCommand and SqlCommandBuilder?
Explain sqlconnection object?
What is the difference between executenonquery () and executescalar ()?
What is connected architecture in ado.net?
Explain which name space is used to get assembly details?
What are all the commands used with Data Adapter?
What is datasource in ado.net?
What is dataset and datatable in ado.net?
What are the advantages of using datalist?
What are the different execute methods of Ado.Net?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is the executescalar method?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Where is adodb dll located?
Is datareader faster than datatable?