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
This has already been asked here and also here. You might want to try a quick search before posting...the only difference is the DBMS but the idea is pretty much the same: create a web service layer that behaves like a bridge between your android client and your database.
Main Reasons: