Using a Dataset: Database Disconnected Example
This is so simple, its scary!
- Create a new Windows forms project.
- Data, Show Data Sources
- Click "Add New Data Source..."
- Walk through the wizard and click Finish
You will now see the DataSet you created with the elements of the database you connected to.
- You can change the type of elements that will be represented by clicking the drop down. So go to CUSTOMER and change it to details.
- Drag and drop the table onto the form....
- Run the application!