OO Base 是否与 MSO Access 兼容?
Open Office Base 是否与 MS Office Access 兼容?也就是说,我可以成功地从Base编辑Access制作的数据库吗?
谢谢
Is Open Office Base compatible with MS Office Access? That is, can I successfully edit an Access-made database from Base?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过打开 oo base(版本 3.3),对话框建议选择一个数据库并连接到现有数据库。在可用选项中,可以直接连接到:
虽然“Access Specific”连接器允许您将现有数据从 Access 数据库传输到 ooBase 数据库,但更通用的数据库(ODBC、ADO)可以让您操作任何 ODBC\ADO 兼容的数据库,包括 Access。虽然它已过时,但您可以参考此 oo version2 文档,其中有一个通过 ADO 从 ooBase 连接到 Access 的示例
By opening oo base (version 3.3), the dialog box proposes to select a database and connect to an existing one. Among the available options, it is possible to connect directly to:
Though the "Acces Specific" connectors will allow you to transfer existing data from an Access database to a ooBase database, the more generic one (ODBC, ADO) can allow you to manipulate any ODBC\ADO compatible database, including Access. Though it is dated, you could refer to this oo version2 document, where there is an example of connecting from ooBase to Access through ADO