please help
What is difference between a DataTable and a DataReader
146023-Aug-2017
Hi i am new for Ado.net .i faced a problem and little confusion between DataTable and DataReader ..
Home / DeveloperSection / Forums / What is difference between a DataTable and a DataReader
Samuel Fernandes
23-Aug-20171. Its an connection oriented, whenever you want fetch the data from database that you need the connection. after fetch the data connection is diconnected.
2. Its an Read only format, you cann't update records.
A DataTable object represents a single table in the database. It has a name rows and columns.
There is not much difference between dataset and datatable, dataset is just the collection of datatables.