Answer Posted / s. verma
A DataSet can be typed or untyped. The difference is that
the typed DataSet has a schema and the untyped DataSet doesn't.
A typed DataSet gives easier access to the content of table
fields through strongly typed programming. Strongly typed
programming uses info from the underlying data schema. This
means we are programming directly against your declared
objects and not the tables. A typed DataSet has a reference
to an XML schema file. This scema file (*.xsd) describes the
structure of all the tables contained within the DataSet.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the three parts of an http response?
Why web api is better than wcf?
Why is global asax is used for?
What is an asp.net validator? And, mention its types.
How to implement globalization and localization in the use interface in .net.
What are the page life cycle events?
How is it possible for .NET to support many languages?
Define satellite assemblies.
How many languages are supported by .NET at present time?
What is view state and how it works in asp net?
What is the difference between system.stringbuilder and system.string
Is it possible to change the index of primary key on table?
Does web services support data reader like pom project?
Do I need to have the latest version of windows media player installed?
What is data reader in asp.net?