如何连接和Android应用程序访问MSSQL数据库服务器?

问题描述:

我开发一个Android应用程序,该应用程序,我只需创建登录页面在登录页面,我需要加载MSSQL数据库的登录。请告诉我该解决方案和示例代码为这一个

I am developing an android application, in that application i simply created login page in that login page i need to load mssql database for login. Please tell the solution and example coding for this one

哇,这是一个非常复杂的!该应用程序不能与服务器直接连接如何做网站......还记得这些设备有可能失去网络连接,那么你如何与你连接服务器数据库?最重要的设备是可以脱机工作,在这个时刻我们的应用程序需要一个Web服务(API)与数据库的服务器连接。阅读这篇帖子的详细信息(包括code)!

Wow this is a really complicated!! The apps can't connect directly with server how do websites... Remember the devices it's possible lose internet, then how you connect with you server database? The most important of devices is can work offline, in this moment our app needs a webservice (API) to connect with database from server. Read this posts for more info (that includes code)!

我们如何做一个API?(服务器部分)

我们如何连接我们的Andr​​oid设备与服务器?(设备部分)

其他重要职务:

宁静的VS其他Web服务

告诉我,如果我帮你和良好的编程!

Tell me if I helped you and good programming!