Sunday, October 27, 2013

C Sharp Programming: Hospital Management Project

This Hospital Management Project is based on A Level Text Book. Slightly modified on database in order to show relationship.

1. Create a new project in Visual Studio 2008 with name "Hospital_Management". Choose "Windows Forms Application" while creating new project.

2. To create a new data source:
  • Click Data menu > Add New Data Source...
  • Then new Dialog box appears
  • Select "database" icon and click next button
  • Click on "new connection" button
  • Write "Hospital" on Database textbox and click on create button
  • Better to create database file inside project folder
  • Now just click on Next ... Next and Finish button
  • Finally you will see "HospitalDataSet.xsd" file in the solution explorer window of the project.

No comments:

Post a Comment