What is difference between DataTable and DataSet?
- What is the difference between DataView DataTable and DataSet?
- What is difference between DataTable and DataSet in asp net?
- What is the difference between data grid and DataTable?
- What is difference between DataTable and DataAdapter?
What is the difference between DataView DataTable and DataSet?
DataTable means single table representation whereas a DataSet is a multiple table representation. That means by using DataTable we can hold only one single table from the database, if we use DataSet we can hold multiple tables at a time... DataView means view of data available in DataSet ...
What is difference between DataTable and DataSet in asp net?
DataTable represents a single table in the database. It has rows and columns. There is no much difference between dataset and datatable, Dataset is simply the collection of datatables.
What is the difference between data grid and DataTable?
Data Table which provides data rendering and some interactivity vs. Data Grid which provides a data-driven spreadsheet-like level of interactivity.
What is difference between DataTable and DataAdapter?
DataTable is mainly used to fetch and hold the records of one single table into memory. A DataAdapter is used to populate DataTable from records returned from an SQL statement and also a DataTable can be created in memory and data can be added to it.
Related Questions
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago