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.
我试图弄清楚如何将我的数据库的特定部分导出到文件中,然后将文件发送给朋友以在他的手机上打开它,并自动将该文件中的值插入到他在同一应用程序中的数据库中。
所以这个想法是能够共享我的数据库的特定部分。这样我就可以选择通过消息传递、电子邮件等方式发送文件...... 这也将使我有机会根据用户请求备份用户数据。我不知道我需要什么,我该怎么做。谢谢!
你可以这样做:
Step1 : 加载您要分享的数据。
Step2 : 将其转换为 SQL 查询。
第三步: 使用网络服务将其发送到其他设备。
Step4 : 在其他设备上运行 SQL 查询。