MS SQL Database
The following steps To Make sure that the database exists on the server:
- Open the Management Studio Express.
- Click Connect then Select The database. (Make sure that Hospital08 exists )
If the Database Hospital08 Not exists you can Attach it by the following steps:
- Open the Management Studio Express.
- Click Connect then Select The database.
- Right click on Database,Then Select attach.
- Click add will appear the screen contain the folder that you setup your Program in it.
- Select the database folder, Then select the file database with extension " .MDF ".
- Click OK.
- Now The database is Attached.
Then goto the next section ( Database Connection ).