Skip to content

Kalimehtar/binary-class-dbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binary-class-dbf

Interface for reading/writing DBF (DBase, Foxbase, ...) files

To test run

(require binary-class/dbf binary-class)
(define stream (open-input-file "test.dbf")) ; put your DBF file instead of test.dbf
(define db (read-value dbf-header% stream))
(send db read-record stream) ; returns first record
(send db read-record stream) ; returns second

and so on. To inspect db object you may use get-field. List of field see inside sources.

About

Interface for reading/writing DBF (DBase, Foxbase, ...) files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages