Search notes:

System.Data.DataSet (class)

System.Data.DataSet is an in-memory cache of relational and persistent data and a major component of the ADO.NET architecture.
Because a DataSet stores data in memory, it is independent from a specific data source and allows for ADO.NET's disconnected programming model.
A DataSet object consists of multiple System.Data.DataTables that are possibly related in parent-child relationships through System.Data.DataRelation objects.
It is possible to define constraints on the tables.
A DataSet might be connected to a persistent data source with a System.Data.Common.DataAdapter which allows to persist the data of a DataSet to a data source.
Important properties:
Fill() uses the value of SelectCommand to transfer data into a DataSet.

See also

Compare with System.Data.DataTable

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758200862, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/System/Data/DataSet(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78