ADO.NET DataExtender Task-Based Help > Using C1DataViewSet with an Untyped ADO.NET DataSet |
This topic demonstrates how to use C1DataViewSet in conjunction with an untyped ADO.NET DataSet, where data fetching and committing are performed by means other than the C1DataViewSet. It assumes you have created a project with a textbox, three buttons and three DataGridView controls.
![]() |
Note: C1DataViewSet only allows the user to show and edit data from untyped DataSet tables according to its C1DataView(s) definitions. |
To begin, complete the following steps:
Select * From Orders join [Order Details]
Configure the settings to create a data connection that allows the adapter to communicate with the C1NWind.mdb database. For more information on Data Adapter configuration, see the Microsoft Visual Studio Documentation.
Sample Available
For the complete sample, see the UntypedDataSet sample, which is available for download from the ComponentOne HelpCentral Sample page.