I am attempting to create a web server that can receive query info from an android app, retrieve the info from the sql database and then send the data to the android app over the internet. The android app then needs to be able to update data on a different sql database (same web server?).
I am new to database programming and have zero experience in mobile apps. So far I have created an asp page with the LINQ to SQL template in visual studio. This can display a table but I don't know if I'm really heading in the right direction for the web server with query capatibilities. Also, would hosting the server on a site like godaddy be the correct thing to do in this case?
As for the android app, I have seen many questions regarding sql communication but I'm not to the point on the app where the info will be useful yet.