<div>How does one write records to a .dbf file for shapefiles. I am able to create the .dbf file and write a field to the file using DBFcreate() and DBFaddField() from the Shapelib, however there is no write record function. Is this a function build into C? Do I need to have a field for every record?
</div>