Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个希望我的应用程序进行通信的远程数据库。我已经可以通过使用 http post 和 php 脚本来执行 sql 来连接和使用数据库。过去,我让一个帮助类轻松地与本地 SQLiteDatabase 一起工作。有人可以为我指出远程数据库的类似方向吗?我想这将更像是一个 http post helper 类。
提前致谢
要访问远程数据库,最好使用解析器。您可以在此处json找到教程
json