开发者

Writing MEMO-field in DBF table by PHP

开发者 https://www.devze.com 2023-02-10 20:51 出处:网络
PHP extension dbase not support read/write开发者_JS百科 operations with DBF files. Are there any third-party solutions (libraries, classes) for writing data in the field MEMO?I do not know much about

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


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


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()

0

精彩评论

暂无评论...
验证码 换一张
取 消