what is typed and untyped dataset

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


Please Help Members By Posting Answers For Below Questions

What is the difference between SqlCommand and SqlCommandBuilder?

771


Explain sqlconnection object?

740


What is the difference between executenonquery () and executescalar ()?

672


What is connected architecture in ado.net?

680


Explain which name space is used to get assembly details?

692


What are all the commands used with Data Adapter?

707


What is datasource in ado.net?

795


What is dataset and datatable in ado.net?

699


What are the advantages of using datalist?

682


What are the different execute methods of Ado.Net?

722


In how many ways we can retrieve table records count? How to find the count of records in a dataset?

735


What is the executescalar method?

765


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

630


Where is adodb dll located?

706


Is datareader faster than datatable?

700