如何将android sqlite表同步到远程数据库服务器上的表?

发布于 2024-10-19 12:10:42 字数 196 浏览 0 评论 0原文

我喜欢编写一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长途伴 2024-10-26 12:10:42

如果您有兴趣将 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文