【问题标题】:Android : How to send data to MySQL DB without using JDBC , PHP or any other webservice? [duplicate]Android:如何在不使用 JDBC、PHP 或任何其他网络服务的情况下将数据发送到 MySQL DB? [复制]
【发布时间】:2013-03-26 02:08:52
【问题描述】:

我正在开发一个 Android 应用程序来将数据发送到 MySQL DB。我正在使用 Apache 服务器。我知道使用 JDBC、PHP 将数据发送到 MySQL DB。现在的挑战是不使用 JDBC 和其他 Web 服务

1. can it be possible to send data. 
2. If yes, Please help me to achieve this.
3. If no, what is the solution to overcome this. 

【问题讨论】:

    标签: android mysql web-services jdbc


    【解决方案1】:
    1. 是否可以发送数据。

    简短回答:,这是不可能的。你会怎么想象?您需要一些机制(Web 服务、servlet 等)如何接收和发送数据到远程数据库/服务器。由于没有“这个机制”它是远程的,所以不可能实现你的目标。

    所以解决方案是使用提到的“机制”。你别无选择。

    【讨论】:

      猜你喜欢
      • 2013-03-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-10-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-03-26
      相关资源
      最近更新 更多