• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps MySQL Hosting

Yathushan

Well-Known Member
Hi,

I am trying to set-up an back end server for an android application I am setting up. However, I am having problems with the server I am using currently.

The issue with my current server is that I exceed the number of connections or queries to the database.

I was wondering if anyone could suggest me to another free server which I could use. I just require it for the launch of my application before I start earning more capital to enable me to switch over to a paid server.

Thanks
 
Buy some web space via a web hosting provider (Different storage limits exist for different price ranges an budgets), and store the server files on their servers.

Another option is to find a server tower (You can even use an old junkie computer that you have lying around and don't use anymore), install apache web server and a database server and host the files yourself. This approach could end up being more expensive than the former, however, as most ISPs disallow servers on their residential internet services, and require you to upgrade to a commercial service.
 
am trying to connect ms sql 2008 r2 from my android program, and getting error "connection failed, socketSql connection failed"
am clear with my code.
environment: Eclipse, java, jdbc4, ms sql2008.
please give a reply , i will show my code
 
Back
Top Bottom