the man in a batch mode.
Generally speaking, the program is high-grade command line DBF viewer and editor. If you are familiar with SQL language, you can notice some similar moments. As parameters are transferred into command line the syntax differs, but principles of work same.
UPDATE somefile.dbf SET name="John", age=30 where id=1000 CDBFlite somefile.dbf /filter:id=1000 /field:name="John",age=30 /update
CDBFlite supports all existing fields types and all memo-fields types.
CDBFlite program can be applied on WEB-server. By the way, PERL or PHP have not those opportunities for work with .DBF, which are given by CDBFlite.
http://www.whitetown.com/cdbflite/index.html
Source: