开发者

Writing MEMO-field in DBF table by PHP

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜