Connecting android with MS SQL SERVER 2008

前端 未结 7 855
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 13:36

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

7条回答
  •  悲哀的现实
    2020-11-28 14:18

    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.

提交回复
热议问题