Android Berkeley DB 11g 与 Database Lite 移动服务器同步
我正在开发一款 Android 数据库应用程序。
我计划使用新发布的 Oracle Berkeley DB 11g 作为 Android 手机中的数据库,因为它具有与 Database Lite Mobile Server 自动同步功能。
我已经在我的 Android 应用程序中实现了 Berkeley DB。现在我想要一些如何与移动服务器同步的信息。我没有得到太多关于这方面的信息。
任何人都可以帮助了解如何在 Android Berkeley DB 和移动服务器之间同步数据。
多谢..............
I am developing one Android database application.
I am planing to use newly released Oracle Berkeley DB 11g as my database in Android phone as it has automatic Synchronization feature with Database Lite Mobile Server.
I have implemented Berkeley DB in my Android application. Now I want some information how to Synch with Mobile Server. I am not getting much information regarding this.
Can anyone help to get a general idea how to Synch data between Android Berkeley DB and Mobile Server.
Thanks a lot..............
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的信息是 Berkeley-JE 不适用于移动服务器。 Mobile 服务器仅适用于 SQLite SQL API。您可以使用 BDB(C 版本),因为它确实具有 SQLite API
My info is that Berkeley-JE does not work with Mobile Server. The Mobile server only works with the SQLite SQL API. You can use BDB (the C version), since it does have the SQLite API