Description: The following Access database, for example, methods of operation to access the database with C# DataSet class. Operation involves the main C#
Class: DataSet: corresponds to a collection of database tables, is actually a database table in memory, a cache a DataTable:
The corresponding database table, database table rows collection of a DataRow: the corresponding database table row
The OleDbConnection: to establish a database connection the OleDbDataAdapter: generate a DataSet from the database, and is responsible for the DataSet
The OleDbCommandBuilder of database synchronization: generate the instructions required to update the database a DataSet, DataTable, a DataRow
For the operation of the data in the cache, the above operation only updates to the database, modify the results will be permanently saved.
OleDbConnection to connect to the database using the OLEDB method necessary.
To Search:
File list (Check if you may need any files):
C_与Access.doc