what is typed and untyped dataset

Answers were Sorted based on User's Feedback



what is typed and untyped dataset..

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

what is typed and untyped dataset..

Answer / parvez borkar

Typed Dataset provide compile time type checking. Also it
provides the names of the Columns of the types we are using
for that typed data set. This is something we dont get in
the normal datasets.

Is This Answer Correct ?    20 Yes 7 No

what is typed and untyped dataset..

Answer / kiranmadiraju

We can generate Typed Dataset based on a single table or
multiple tables which are related by using primary key and
foreign key relationships through visual stdio which
generates a xsd file. This is a strongly typed in-memory
cache of data.
Untyped dataset is one which is filled/generated using a
DataAdapter and a command object.

Is This Answer Correct ?    15 Yes 3 No

Post New Answer

More ADO.NET Interview Questions

what are types of Dataset ?

6 Answers   HCL,


When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency

4 Answers   Digital Group,


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

0 Answers   EDS,


What are the key events of sqlconnection class?

0 Answers  


How to you declare connection strings and how to you make use of web.config ?

3 Answers   MMTS,






What are the drawbacks of using ado.net?

0 Answers  


Where does ADO.NET and XML web services come in the architecture ?

1 Answers   IBM, TCS,


Can we connect two dataadapters to same data source using single connection at same time?

0 Answers  


How to creating a SqlCommand Object?

0 Answers   Arigo Infotech,


What is an ado connection?

0 Answers  


What is executenonquery ado.net?

0 Answers  


What are the various methods provided by the DataSet object to generate XML?

0 Answers  


Categories