专有 DBX 文件类型
我正在尝试从 .dbx 文件中挖掘数据。该文件与 Microsoft Outlook Express 不相关。它用于实验室信息管理系统。不幸的是,他们的项目管理技能不是最好的,并且获取补丁/更新也不是最容易的。中央文件存储库由我们所做的每项研究的 .dbx 文件组成。在客户端创建本地数据库,用户每次更新这些文件。我遇到过研究冲突和抛出 CException 错误的问题,但该公司尚未提出解决方案。我只需要挖掘文件中的表及其后续数据。
任何建议, 杰夫
I am trying to mine data out of a .dbx file. This file is NOT associated with Microsoft Outlook Express. It is for a Laboratory Information Management System. Unfortunately their project management skills aren't the best and getting patches/updates are not the easiest. The central file repository consists of .dbx files for each study we do. On the client side a local database is created and the user updates these files each time. I've had issues with studies conflicting and throwing CException errors but the company has yet to come up with a fix. I just need to mine the file for the tables that are in it and subsequent data it has.
Any suggestions,
Jeff
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“dbx”可能是一个 Visual Foxpro 表。您也许能够使用Microsoft Access 或Microsoft Excel 阅读它。 (当然,也可以使用 Microsoft Visual Foxpro。)
"dbx" is probably a Visual Foxpro table. You might be able to read it with Microsoft Access or Microsoft Excel. (Or, of course, with Microsoft Visual Foxpro.)