使用 PHP 打开 .dbi 文件

发布于 2024-12-02 16:31:01 字数 104 浏览 1 评论 0原文

我想用 PHP 打开 .dbi 文件。我在谷歌上找不到任何关于此的信息。也许你们中的一些人可以帮助我?

是否有一个片段可以从 dbi 文件中获取数据结构?

谢谢!

i want to open a .dbi file with PHP. i cant find anything about this on google. maybe some guys of you can help me?

is there maybe a snippet to grab the data structure from a dbi file?

thanks!

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

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

发布评论

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

评论(1

少跟Wǒ拽 2024-12-09 16:31:01

您最好使用导入工具,将 DBI 文件导入 MySQL 数据库。这样您就可以使用 PHP 中的常规 MySQL 函数访问数据。

我相信 Navicat 导入 DBI 文件:

http://www.navicat.com/

You'd be better off using an import tool, importing the DBI file into a MySQL database. That way you can access the data using regular MySQL functions in PHP.

I believe Navicat imports DBI files:

http://www.navicat.com/

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