将我的android studio项目连接到Microsoft SQL管理服务器? [英] Connect my android studio project to Microsoft SQL management server?

查看:72
本文介绍了将我的android studio项目连接到Microsoft SQL管理服务器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将我的android工作室项目连接到Microsoft SQL服务器。有没有人知道任何好的教程或视频呢?



谢谢



我是什么尝试过:



我在网上看了一些教程,但似乎都没有。

解决方案

通常,您甚至不会将Android应用程序直接连接到SQL Server。您的应用程序将与Web服务交互,该服务将直接与数据库通信。该服务是执行繁重数据工作并将查询结果返回到您的Android应用程序的中介。


您需要一个用于SQL Server的JDBC驱动程序库来连接Android应用程序中的SQL Server数据库,



这里我找到了一个教程



seotoolzz.com/android/android-login-app-与-MSSQL-server.php

I'm trying to connect my android studio project to Microsoft SQL server. Does anybody know of any good tutorials or videos for this?

Thanks

What I have tried:

I have watched some tutorials online but none of them seem to be working.

解决方案

Typically, you wouldn't even "connect" your Android app directly to an SQL Server. Your app would interact with a web service and that service would talk directly to the database. The service is an intermediary performing the heavy data work and returning the results of queries to your Android app.


you need a JDBC driver library for SQL Server to connect SQL Server database from Android applicaton,

Here I have found one tutorial

seotoolzz.com/android/android-login-app-with-mssql-server.php


这篇关于将我的android studio项目连接到Microsoft SQL管理服务器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆