I have read on net tutorials that cloud can be used for storing data.So i wanted to ask that whether sql server 2005 table data be stored in amazon cloud.Can anyone give me the sample code to store data from sql server in amazon and retrieve it in android application?
Share
Amazon gives you a server instance with the operating system specified by you. you can technically, install anything on it and host that.
Here is some example code. This uses Spring just so you know. You can use plain MVC as well if you want do it simple to start with.