Is it a good idea to create a webservice between my app and a database? I use a lot of database stuff within my app - so what do you think? In a later version of my app I want to let partner connect to my service to insert something like user ratings etc.
Asked
Active
Viewed 98 times
0
-
2Do you have to? No. Is it a good idea? Yes. – jonrsharpe Aug 07 '17 at 18:40
-
Thank you, I think that as well but a friend of mine said its useless in this case – Jan Aug 07 '17 at 18:42
-
1Then ask *them* why they say that, and see if you agree with their reasons. – jonrsharpe Aug 07 '17 at 18:43
-
Perhaps some more information about your app might help us form more educated responses. – NickSentowski Aug 07 '17 at 18:47
1 Answers
-1
It is a good idea to make one because it helps make your app very secure. Moreover, it also reduces the connection load to the database. When you have your web service, it can keep the connection running.
I was going to write a long description oh why you need to use web service but found someone else already answered it for you in detail: Follow this

Sujil Maharjan
- 1,307
- 10
- 12