使用Android连接mysql数据库

发布于 2024-11-09 11:27:12 字数 99 浏览 0 评论 0原文

我将尝试写入需要访问服务器上运行的远程数据库的应用程序。我知道在编写java应用程序时可以使用jdbc,但是在android中也可以这样做吗?或者有没有更好的办法。任何方向将不胜感激。

I'm going to attempt to write to an app that needs to access a remote database running on a server. I know you can use jdbc when writing java applications, but can this be done in android too? Or is there a better way. Any direction would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独孤求败 2024-11-16 11:27:12

我建议在服务器上实现根据输入参数(例如 userId)表现不同的服务,而不是尝试直接通过设备连接。另外,出于性能原因,我建议使用 json 而不是 xml 的响应格式。

I'd recommend implementing services on the server that would behave differently based on input parameters (e.g. userId) rather than try to connect directly through devices. Also, for performance reasons, I'd recommend the response format of json over xml.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文