简体   繁体   English

表中更新时如何将本地SQLite数据库同步到服务器

[英]how to sync Local SQLite database to server when update in table

我正在添加许多项目...但是当用户卸载应用程序并再次安装应用程序时,用户在sqlite表中添加了3或4个项目时,不提供任何用户登录名,他应该将他添加的任何项目添加到表中

Google syncadapter and maintain your database on server according to the users,you can sync local database on mobile and on server using this,use these links:- Google会根据用户同步处理并维护服务器上的数据库,您可以使用此链接在移动设备和服务器上同步本地数据库,请使用以下链接:

http://developer.android.com/training/sync-adapters/creating-sync-adapter.html http://udinic.wordpress.com/2013/07/24/write-your-own-android-sync-adapter/ http://developer.android.com/training/sync-adapters/creating-sync-adapter.html http://udinic.wordpress.com/2013/07/24/write-your-own-android-sync-adapter /

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在服务器中使用MS SQL更新本地的master SQLite数据库表 - Update masters SQLite database table in local with MS SQL in Server 如何将本地SQLite数据库与远程数据库同步以进行删除操作? - how to sync local SQLite database with remote Database for delete operation? 当MySql数据库服务器上的数据发生变化时,如何在Android应用程序中同步SQLite数据库 - How to sync SQLite database in an Android app, when the data changes on MySql Database Server 如何将 Android 手机上的 SQLite 数据库与服务器上的 MySQL 数据库同步? - How to sync SQLite database on Android phone with MySQL database on server? 如何将android sqlite表同步到远程数据库服务器上的表? - how to sync the android sqlite table to table on remote DB server? Android将SQLite数据库与Server数据库同步 - Android sync SQLite database with Server database 如何将android sqlite表同步到MYSQL DB服务器? - how to sync the android sqlite table to MYSQL DB server? 如何在android sqlite中更新数据库表? - How to update database table in android sqlite..? 如何使用sqlite数据库表即时更新recyclerview? - How to instant update recyclerview with sqlite database table? 如何将 SQLite 数据库与 Firebase 同步? - How to sync SQLite database with firebase?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM