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.
我目前正在通过一个使用 SQLite 将数据保存在表中的表单创建一个 android 应用程序。
我需要包含一个函数,当客户端单击“上传”该表中的数据时,该表中的数据会到达实际的表 MySQL 服务器并删除由 SQLite 创建的表。
任何人都有如何做到这一点的任何示例,如果您可以在设备具有 Internet 时自动执行该操作,那将是完美的,谢谢!
如果有开箱即用的东西可以做到这一点,我会感到非常惊讶。您需要编写一些程序来从 SQLite 中提取数据,格式化 MySQL 的插入查询并运行它们。