开发者

Perform single SQL query over internet Android

开发者 https://www.devze.com 2023-01-08 10:07 出处:网络
I am trying to find a way to goto a database located on the web perform 1 query and close the connection. I have not had any luck with finding an answer, and I really don\'t know how to solve this.

I am trying to find a way to goto a database located on the web perform 1 query and close the connection. I have not had any luck with finding an answer, and I really don't know how to solve this.

Internet connection is not an issue, nor is any security issues. Also this cannot be solved with an interna开发者_运维百科l database and this must go across the web.

If you have any hints or ideas please let me know!

Thanks


You'll need to use some kind of service to access the database. For example you can write something very basic in php and use HTTPClient from Android to interact with it.

Here's a brief example on how to accomplish this.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号