通过 PHP 在 DBF 表中写入 MEMO 字段

发布于 2024-10-17 14:31:50 字数 71 浏览 5 评论 0原文

PHP 扩展 dbase 不支持 DBF 文件的读/写操作。是否有任何第三方解决方案(库、类)用于在字段 MEMO 中写入数据?

PHP extension dbase not support read/write operations with DBF files. Are there any third-party solutions (libraries, classes) for writing data in the field MEMO?

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

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

发布评论

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

评论(2

坏尐絯 2024-10-24 14:31:50

我对 dbase 不太了解,但想知道使用 PHP 的 PDO 是否可以代替。

可能值得尝试。

这将为您指明方向: http://www.php.net/手册/en/ref.pdo-dblib.php

I do not know much about dbase, but wondering if using PHP's PDO would work instead then.

Might be worth experimenting.

This will point you in direction: http://www.php.net/manual/en/ref.pdo-dblib.php

向日葵 2024-10-24 14:31:50

您可以使用 Microsoft FoxPro 驱动程序的 odbc_connect 连接到 dbf 数据库并执行 CRUD 查询操作。您可以使用 odbc_exec()

you can use odbc_connect using Microsoft foxPro driver to connect to a dbf database and perform a CRUD query operations. you can use odbc_exec()

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