Skip to content

Simple Engine to read and write FoxPro .dbf files.(Big-Endian compatible)

License

Notifications You must be signed in to change notification settings

dgxlsyd3/DBFEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple program that allows people to read and write FoxPro files with the .bdf file extension. This is NOT a complete implementation, it was done without ANY official specifications and was done by reverse engineering a file with a hex editor to a large degree. It currently supports numbers,integers, floats, doubles, and character strings and logicals. It will treat all unhandled data types as if they are character fields.

I used the QtCreator development tool to build this project, but it is not dependent on Qt, it is just plain ansi c++, so any compiler should work fine. I only used the QtCreator because I prefer it as my c++ IDE. The purpose of the project is not to provide a compiled binary, but a c++ and h file to include in your own projects.

see http://www.ostafichuk.com for more information

for Big-Endian

Modified for Big-Endian Machine,such as PA-RISC,IA64,etc.

See http://www.qingfengju.com/index.asp?id=373

About

Simple Engine to read and write FoxPro .dbf files.(Big-Endian compatible)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • QMake 0.8%