Test Your Knowledge

VS + SQL - Lesson 4: DataReader vs DataAdapter Quiz

Answer all questions to test your understanding

1 What is the main characteristic of SqlDataReader?
2 What is the main characteristic of SqlDataAdapter?
3 Which one is better for binding to a Windows Forms DataGridView?
4 Which one is more memory efficient for reading large datasets?
5 What method fills a DataTable using SqlDataAdapter?