0

What is the difference between an object datasource and SQL datasource?

Also, what is the difference between DataReader and DataAdapter?

Thanks in advance!

Alin Purcaru
  • 43,655
  • 12
  • 77
  • 90

1 Answers1

2

For the first question see: SqlDataSource vs ObjectDataSource

for the second question: ADO.NET Question: When to use DataReader, DataAdapter

Community
  • 1
  • 1
Ivo
  • 3,406
  • 4
  • 33
  • 56