如何将 db3 文件(Palm Pre 数据库)转换为 MySQL 文件?
我已将 Palm Pre 上的 db3 数据库文件复制到我的计算机上,并希望将其转换为 MySQL 数据库(以便我可以打印备忘录)。 (或者,更好的是,我想找到一个像 PHPMyAdmin 这样可以读取 db3 文件的 GUI。)
如何才能最好地在 PC 上访问该数据?
I've copied the db3 database file on my Palm Pre to my computer and would like to convert it to a MySQL database (so I can print the memos). (Or, better, I'd like to find a GUI like PHPMyAdmin that can read the db3 file.)
How can I access that data on a PC best?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该有一种方法可以将 db3 数据导出为逗号分隔列表,然后可以将其导入到 MySQL。
MS Access 还可以导入 db3 文件。然后就可以通过ODBC获取到MySQL了。
There should be a way to export the db3 data as a comma seperated list, that then can be imported to MySQL.
Also MS Access can import db3 files. Then you can get it to MySQL through ODBC.
有一个可以读取 SQLlite 文件的 Firefox 插件(Palm db3 文件是)。
欢迎替代解决方案,特别是可以转换为完整脚本的解决方案,该脚本植根于插入式 Palm Pre,下载 db3 文件的副本,并导入/更新本地数据库(以创建 Palm Pre 桌面(这是缺乏))。
There is a Firefox plugin that can read SQLlite files (which the Palm db3 file is).
Alternative solutions welcome, especially one which can be turned into a full-script that roots to a plugged-in Palm Pre, downloads a copy of the db3 file, and imports/updates a local database (to create a Palm Pre Desktop (which is lacking)).