Android:如何在不使用JDBC、PHP或任何其他Web服务的情况下将数据发送到MySQL数据库?

Android:如何在不使用JDBC、PHP或任何其他Web服务的情况下将数据发送到MySQL数据库?,android,mysql,web-services,jdbc,Android,Mysql,Web Services,Jdbc,我正在开发一个Android应用程序,将数据发送到MySQL数据库。我正在使用Apache服务器。我知道使用JDBC、PHP将数据发送到MySQL数据库。现在的挑战是不使用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数据库。我正在使用Apache服务器。我知道使用JDBC、PHP将数据发送到MySQL数据库。现在的挑战是不使用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. 
  • 可以发送数据吗
  • 简短回答:,这是不可能的。你会怎么想?您需要一些机制(web服务、servlet等)来接收数据并将数据发送到远程数据库/服务器。因为没有“这个机制”它是遥远的,所以不可能实现你的目标

    所以解决办法就是使用上述“机制”。你别无选择