简体   繁体   English

在2008 SQL Server DB和Android App之间进行通信

[英]Communicating between 2008 SQL Server DB and Android App

I've been doing a lot of reading about this subject and I am now of the conclusion that to communicate between a 2008 SQL Server database and an Android application, I need to create a RESTful Service to sit in between that returns JSON objects. 我一直在阅读有关这个​​主题的大量内容,我现在得出的结论是,要在2008 SQL Server数据库和Android应用程序之间进行通信,我需要创建一个RESTful服务来介于其间返回JSON对象。

Would I be correct in saying that? 这样说我会是正确的吗?

Yes, you need doing a server application who take data and returns to the Android application. 是的,您需要做一个服务器应用程序,它接收数据并返回到Android应用程序。 JSON let you return complex objects. JSON允许您返回复杂对象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM