| Author: Deepika Haridas 22 Nov 2008 | Member Level: Diamond | Rating:  Points: 5 |
A dataset is an in-memory representation of a database-like structure. It can have one or more datatables and define relations between them, key field etc. A datatable is an in-memory representation of a single database table. You can think of it as having columns and rows in the same way. A dataview is a view on a datatable, a bit like a sql view. It allows you to filter and sort the rows - often for binding to a windows form control.
Regards, Deepika
Thanks & Regards, Deepika Editor
If U want to shine like a SUN..First U have to burn like the SUN!! Need a Guide? Join my mentor program..
|
| Author: kiran kumar reddy 22 Nov 2008 | Member Level: Gold | Rating: Points: 1 |
A dataset is an in-memory representation of a database-like structure. It can have one or more datatables and define relations between them, key field etc. A datatable is an in-memory representation of a single database table. You can think of it as having columns and rows in the same way. A dataview is a view on a datatable, a bit like a sql view. It allows you to filter and sort the rows - often for binding to a windows form control.
|