-
Notifications
You must be signed in to change notification settings - Fork 0
Database
Our Glimpse.Core Client application communicates with the Web Service ASP.NET project using HTTP Request & Response. The Web Service is the gateway for any communication with the database. The Repository layer of our application communicates with the Web Service and the Web services accesses the database using GET,POST. The responses are then received by Web Service and sent to the client.
-
Open Visual Studio
-
Open Server Explorer in Views tab
-
Right click on Data Connections in Server Explorer and Add Connection
-
Select MySQL Database as Data source.
-
Enter the following:
- Server name: glimpsetarget.database.windows.net
- User name: adming
- Password: ******** (ask team lead)
-
Select the database name: "glimpsedb"
-
Click OK, you should see in Server Explorer that you are connected to Server "glimpsetarget", remote database "glimpsedb". Expand the db and you will see all tables.
