Using a Dataset: Database Disconnected Example

This is so simple, its scary!

  1. Create a new Windows forms project.
  2. Data, Show Data Sources
  3. Click "Add New Data Source..."
  4. Walk through the wizard and click Finish
  5. You will now see the DataSet you created with the elements of the database you connected to.

  6. 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.
  7. Drag and drop the table onto the form....
  8. Run the application!

DatabaseManagementSystems/DbDisconnectedExample (last edited 2010-03-24 01:44:14 by 24-183-238-75)