This section describes working with DataSets with such dotConnect tools as DataSet Wizard, DataSet Manager, and DataSet Editor. This section is applicable only for full .NET Framework.
The DataSet Wizard is designed to create and manage typed provider-specific datasets. The wizard takes you step by step through the process of creating the typed MySqlDataSet object and integrates it with you project. This topic provides information on every screen of DataSet Wizard.
The DataSet Manager window displays the data sources in your project represented by MySqlDataSet and MySqlDataTable classes. You can use DataSet Manager to create a user interface with data-bound controls by dragging items from the window onto forms in the project. This article describes how to use DataSet Manager.
The DataSet Editor is designed to tweak DataSets, set all the necessary parameters for them, create and edit their DataTables, etc. This topic provides information on on how to Edit DataSets with DataSet Editor.