https://github.com/artnum/bizcuit-dbase
DBase5 library and tools. Winbiz uses DBase5 database.
https://github.com/artnum/bizcuit-dbase
dbase dbase5 winbiz
Last synced: about 1 year ago
JSON representation
DBase5 library and tools. Winbiz uses DBase5 database.
- Host: GitHub
- URL: https://github.com/artnum/bizcuit-dbase
- Owner: artnum
- License: mit
- Created: 2023-09-08T11:42:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T13:14:10.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:25:37.392Z (over 1 year ago)
- Topics: dbase, dbase5, winbiz
- Language: C
- Homepage: https://bizcuit.ch
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Compile
-------
$ gcc -Wextra -pedantic dbase.c memo.c test.c -o dbase
# Winbiz export
$ gcc -ggdb -rdynamic winbiz.c account.c dbase.c memo.c -ldl -o winbiz
# Plugin
$ gcc winbiz-bexio.c -c -fPIC -o winbiz-bexio.o
$ gcc -ggdb -shared winbiz-bexio.o -o winbiz-bexio.so -ljansson -lcurl
Run
---
with memo fields :
$ ./dbase /path/to/dbf/file.dbf /path/to/dbf/file.fpt
without memo fields :
$ ./dbase /path/to/dbf/file.dbf
# Winbiz export
$ winbiz ../winbiz/data2/DAT/D7/2019/ ./winbiz-bexio.so