What are typed datasets?



What are typed datasets?..

Answer / 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

More ASP.NET Interview Questions

Differentiate globalization and localization.

0 Answers  


In which scenario we use Session and Cookies? With Example..

1 Answers  


Does google crawl redirects?

0 Answers  


how can we maintain security in soted procedure?

1 Answers  


Can we use html in asp.net?

0 Answers  


what are the components available in global.asax ?

1 Answers  


What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


What does aspcompat="true" mean?

0 Answers  


How can we communicate with each server in N-tier Architecture? and what are the methods?

0 Answers   Wipro,


To add a hyperlink column to the DataGrid which tag is used ?

0 Answers   Siebel,


What?s the difference between Response.Write() andResponse.Output.Write()?

2 Answers  


How to manage pagination in a page?

2 Answers  


Categories