What is the difference between a DataSource and DataAdapter?

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-05-06T14:21:03Z Indexed on 2010/05/10 8:54 UTC
Read the original article Hit count: 290

Title says it all. What is the difference between a DataSource and DataAdapter? I'm trying to decide if I should descend from IDataSource or IDataAdapter for code to be shared between Winforms and WebForms and I can't seem to figure out what the difference is other than slightly different ways to use them.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET