dbase
dbase copied to clipboard
Documentation issues in examples
A lot of the examples don't seem to work.
Eg: several examples perform inserts/updates but don't specify Table::MODE_READWRITE when the file is opened, which causes them to fail silently. Also $dbf->update() takes two parameters but there's only one in the example.