albfernandez / javadbf

Java library for reading and writing Xbase (dBase/DBF) files.
GNU Lesser General Public License v3.0
224 stars 98 forks source link

Updating an existing field #41

Closed xeroticikot closed 9 months ago

xeroticikot commented 7 years ago

This library is so far best for reading and writing dbf format databases. But is there any functionality available for updating an existing record?

albfernandez commented 7 years ago

Only read or writting at the moment. Updating rows is not planned, sorry. But you can always make a pull request ;)