使用 dat、idx 文件的可能数据库类型

发布于 2024-07-22 11:46:06 字数 203 浏览 1 评论 0原文

我有一个用 delphi 编写的应用程序,它是相当新的,在 win32 上运行 我想使用 odbc 连接到数据库,但我不确定使用

数据库的目录有 哪个数据库驱动程序 .dat .idx 每个表的文件

它是一个独立的数据库而不是客户端服务器(据我所知) 任何想法这可能是什么类型的数据库,以便我可以找到驱动程序,

谢谢

i have an application that was written in delphi it is fairly recent, running on win32
i want to hook into the database with odbc but i am unsure which database driver to use

the directory with the database has
.dat
.idx
files for each table

it is a standalone database not client server (as far as i can tell)
any ideas what type of database this may be so i can find a driver

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

万人眼中万个我 2024-07-29 11:46:06

我认为它是 DBISAM,并且因为应用程序编写为Delphi 更有可能是DBISAM。

您可以从他们的网站(免费)下载服务器管理实用程序,这样您就可以打开这些 dat 文件并检查它是否为 DBISAM。

I think it's DBISAM, and because the application written in Delphi it more likely to be DBISAM.

and you can download Server Administration Utility from their site (free), so you can open these dat files and check if it DBISAM or not.

许仙没带伞 2024-07-29 11:46:06

不幸的是,.DAT 和 .IDX 对于许多不同的数据库引擎都是通用的,包括 Foxpro/DBase、Advantage、Informix、DBISAM,甚至自定义解决方案。 由于它是一个相当新的Delphi应用程序,我猜优点 首先。 我相信 Advantage 驱动程序读/写 Foxpro/DBase 格式,所以我会尝试 DBase 驱动程序(当然只读)并看看是否有效。

Unfortunately .DAT and .IDX are common to many different database engines, including Foxpro/DBase, Advantage, Informix, DBISAM, and even custom solutions. Since it is a fairly recent Delphi application, I would guess Advantage first. I believe the Advantage drivers read/write the Foxpro/DBase format, so I would try a DBase driver (read only of course) and see if that works.

美男兮 2024-07-29 11:46:06

可能是 Informix,尽管不能保证这一点。 如果您使用十六进制编辑器查看前十二个或两个字节,您是否会注意到什么?

编辑:参见 https://web.archive.org/web/1/http://techrepublic%2ecom%2ecom/5208-6230-0.html?forumID=101&threadID=224583&start =0

Possibly Informix, although there's no guarantee of that. If you look at the first dozen or two bytes with a hex editor does anything jump out at you?

Edit: See https://web.archive.org/web/1/http://techrepublic%2ecom%2ecom/5208-6230-0.html?forumID=101&threadID=224583&start=0.

少女情怀诗 2024-07-29 11:46:06

听起来像一个 Informix 数据库。 请查看此处的帖子。

Sounds like an Informix DB. Check out the post here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文