将 Paradox 转换为 MDB
我需要访问 DB(悖论)文件中的数据库。我在一个将使用 Delphi 和 Access 的项目中(我知道它很旧,但客户想要这个),旧项目使用 paradox 数据库。
我想知道,是否有任何程序可以将Paradox(DB文件)转换为MDB(通过ms access访问)?
I need to access an database in DB (paradox) files. I'm in a project that will be used Delphi and Access (i know it's very old but the customer want this) and the old project use paradox database.
I would like to know, if is there any program to convert Paradox (DB Files) to MDB (to be accessed by ms access) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我曾经使用在此页面上找到的 Delphi 代码成功完成了 Paradox 到 Access 的转换:
http://delphi.about.com/od/database/l/aa062601a.htm
I once did Paradox to Access conversion successfully using the Delphi code that I found on this page:
http://delphi.about.com/od/database/l/aa062601a.htm
Paradox 本身可以做到这一点:使用 ODBC 绑定到 MDB 文件,然后从 Paradox 导出到 MDB。
Paradox itself can do it: use an ODBC binding to your MDB file, then export from Paradox to the MDB.
看看 Paradox 数据编辑器 http://www.mitec.cz/pde.html
Have a look at Paradox Data Editor http://www.mitec.cz/pde.html