A free and open source .net library for reading/writing DBF files. Fast and easy to use. Supports writing to forward-only streams which makes it easy to write dbf files in a web server environment.
Stars
116
Forks
69
Watchers
116
Open Issues
11
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
6
commits
5
commits
1
commits
1
commits
1
commits
Merge pull request #7 from SlightlyMadGargoyle/Fix_Delete_Flag
2aa5742View on GitHubFixing overflow in file position calculation, closes #12.
b39b54cView on GitHubProperly clossing and disposing Stream object which may cause file lock issues.
c1182a0View on GitHubFix deleted flag being incorrectly set to the wrong value
24dfd90View on GitHubadded support for F column type (float values introduced in DBF V4)
b32ed07View on GitHubMerge branch 'master' of https://github.com/SocialExplorer/FastDBF
cd1d9c0View on GitHubMerge pull request #1 from jesus-was-rasta/unit_testing
f8bbeb2View on GitHubMerge branch 'unit_testing' of https://github.com/jesus-was-rasta/FastDBF into unit_testing
41f5714View on GitHub