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 does ado stand for in ado.net?
How can we load multiple tables in to dataset?
What is the difference between dataset and datatable?
Define partial class?
How to add a check box or a dropdown list to a column in a datagrid?
How to create dynamic gridview?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is aggregate root?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
How to creating a SqlCommand Object?
What are the advantages of using datalist?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is commandbuilder in ado.net?