When to use type dataset and untype dataset in c# [Resolved]

Posted by Allemahesh under C# on 7/16/2013 | Points: 10 | Views : 1392 | Status : [Member] [MVP] | Replies : 1
When to use type dataset and untype dataset in c#




Responses

Posted by: Satyapriyanayak on: 7/16/2013 [Member] [MVP] Silver | Points: 50

Up
0
Down

Resolved
Typed DataSet has a Xml schema and an Untyped DataSet donot have Xml schema.
We can insert additional columns in the type dataset but in untype we can't insert additional columns here.



http://msdn.microsoft.com/en-us/library/8bw9ksd6%28v=vs.71%29.aspx
http://www.c-sharpcorner.com/UploadFile/rupadhyaya/TypedDataSets12032005021013AM/TypedDataSets.aspx
http://www.wrox.com/WileyCDA/Section/Strongly-Typed-DataSets-in-ASP-NET-2-0-Pages.id-302833.html
http://www.codeguru.com/csharp/.net/net_data/article.php/c19561/Introducing-ADONET-and-the-Typed-DataSet.html



If this post helps you mark it as answer
Thanks

Allemahesh, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response