Connecting android with MS SQL SERVER 2008

前端 未结 7 845
爱一瞬间的悲伤
爱一瞬间的悲伤 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:01

    If you need to do that probably you donìt have already a 3 tier architecture. If this is the case consider writing a mobile web application. I did that to add mobile interface to a client server 2 tier legacy system.

    I had a legacy Delphi client/server app, and i created by using Raudus a web app optimized for mobile devices. Of course this makes sense if you have Delphi skills, but for other languages/tecnhologies there are the coutnerparts.

提交回复
热议问题