通过 PHP 在 DBF 表中写入 MEMO 字段
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对 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
您可以使用 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()