C# – what is the difference between data adapter and data reader

.netado.netc++

What is the difference between data adapter and data reader?

Best Solution

Please see DataReader, DataAdapter & DataSet - When to use? :

ADO.NET provides two central Data Access Components. The excellent thing is that, they are common across all Databases, be it SQL Server or other competitive databases. Its only the namespace to be used, that differs, while using a Database other than SQL Server.