如何将android sqlite表同步到远程数据库服务器上的表?
我喜欢编写一个android应用程序,这将需要sqlite数据库表从android手机到远程数据库服务器的基本同步,最好在sqlite(在android上)到Mysql(数据库服务器)之间同步,但会接受该选项如果sqlite和mysql之间同步太困难,则sqlite到sqlite同步。 我更喜欢某种基于网络服务或工具的方式,但会接受任何有关如何编程的想法,请帮助我。谢谢。
I like to write a android application, which will require the basic sync of the sqlite database table from android phone to remote db server, it is better to sync between sqlite (on android) to Mysql (DB server), but will accept the option of sqlite to sqlite sync if it is too hard to sync between sqlite and mysql.
I prefer some kind of web service or tool based, but will accept any idea of how to program it, please help me out. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有兴趣将 SQLite 同步到 Oracle 数据库,您可能需要查看最新版本的Oracle Database Mobile Server< /a>(正式名称为 Oracle Database Lite)。同步服务器现在支持 SQLite 或 Berkeley DB 客户端数据库与 Oracle Server 后端之间的同步。 Oracle Database Mobile Server 具有很强的可扩展性和高度可配置性。它还有一个很棒的设备管理控制台。
If you're interested in synching SQLite to an Oracle Database, you may want to look at the latest release of the Oracle Database Mobile Server (formally known as Oracle Database Lite). The sync server now supports synchronizing between SQLite or Berkeley DB client databases and an Oracle Server back-end. The Oracle Database Mobile Server is very scalable and highly configurable. It's got a great Device Management console as well.