Is there a way that we can connect an Android application to a central database server (e.g. MSSQLServer 2008)?
I have a MySQL database that is accessed by both webs
Connecting your android application directly to an external database server is a bad idea, instead create a web application and access the database through that.