welcome folks
FAQ in android,FAQ in dotnet,DotNet, C#,DOT NET CODE, ASP.NET, VB.NET, TRICKS,Dotnetcode,Android and Latest Technology Articles in VB,Android and ASP.NET

Wednesday, August 22, 2012

What is the difference between DataSet and DataReader?


  • DataReader provides forward-only and read-only access to data, while the DataSet object can hold more than one table (in other words, more than one row set) from the same data source as well as the relationships between them.
  • DataSet is a disconnected architecture while DataReader is a connected architecture.
  • DataSet can persist contents while DataReader cannot persist contents, they are forward only.

No comments:

Post a Comment