What are typed datasets?

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


Please Help Members By Posting Answers For Below Questions

What is strong-typing versus weak-typing?

665


Explain the various authentication mechanisms in asp.net.

574


Explain Authentication mechanism in dotnet

704


What does a switch do?

632


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

654






Explain how can we inherit a static member?

610


Distinguish between Server-side and Client-side code with its functionality?

716


What is server transfer?

582


what is loosely coupled solution? How it can be used?

642


What is the use of dispose method?

641


Explain the difference between debug.write and trace.write? When should each be used?

651


Where are session variables stored?

603


What is asp.net with mvc? : Asp.Net MVC

613


How do you secure your connection string information?

595


What are the benefits of Razor View?

624