Knowing to work with the offline ADO.NET classes such as DataSet and DataTable, is the Alpha and the Omega in ADO.NET before actually start queering real database data. You need to understand that ADO.NET divides it's classes in two major categories. The Connected and the Disconnected classes. The Connected classes are those that lets your retrieve and update data in your data sources. The most important classes of that category are the Connection, DataReader, DataAdapter classes. The Disconnected category classes, are those that lets you access and manipulate offline the data you have retrieved using the Connected classes. When you decide, you can synchronize the changes you made to the Disconnected classes, using the Connected ones again. The most important Disconnected classes are the DataSet, DataTable, DataColumn, DataRow, DataRelation classes. This is the second post of the series in ADO.NET category and I hope you have already read the first one, Introduction to ADO.NET.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

</ span>C#,.NET,Architect,Intermediate,VS2010,.Net,Articles,Computer Tutorials,ADO.Net