Connecting android with MS SQL SERVER 2008

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

    i've try to connect android via PHPto ms sql server, you can read here,am using httprequest and json. If you want to connect to Ms SQL Server 2005 or higher, you must download Microsoft Driver for PHP for SQL Server.

    I've used php as web service to connect Ms SQL Server database, anyway you can used jdbc to connect from android direct to MS SQL Server database

提交回复
热议问题