diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-12-07 13:17:14 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-12-07 13:17:14 +0100 |
commit | 4875a3dd9b183dcd2256e2abfc4ccf7484c233b4 (patch) | |
tree | 0abbea881ded030851014ffdd60fbf71fead8f65 /README | |
parent | daf17154bf13139d9375f48525d19d6aaba08155 (diff) |
New upstream version 4.0.2upstream/4.0.2
Diffstat (limited to 'README')
-rwxr-xr-x | README | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -0,0 +1,46 @@ + Xbase64 Version 4.0.1 + 11/28/22 + + +WHAT IS IT? +----------- + +Xbase64 is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library +originally by Gary Kunkel and others (see the AUTHORS file). + +Xbase64 is useful for accessing data in legacy dBase 3 and 4 database files as +well as a general light-weight database engine. It includes support for +DBF (dBase version 3 and 4) data files, NDX and MDX indices and DBT (dBase version 3 and 4). +It supports file and record locking under *nix and Windows. + + +DIRECTORY LAYOUT +---------------- + + /build/borland5.5 Build library for Borland 5.5 environment + /build/linux32 Build library for Linux 32 bit environment + /build/linux64 Build library for Linux 64 bit environment + /build/mac64 Build library for Mac 64 bit environment + /build/win32vs Build library for Windows 32 bit Visual Studio environment + /build/win64vs Build library for Windows 64 bit Visual Studio environment + + /data Folder for database files + /docs Library documentation + /logs Log files + /sql SQL files + /src Library source code + + + +Starting point +-------------- + + docs/html/index.htm + + + + +Please email comments, bug reports, and patches to Gary Kunkel +xdb-dev@lists.sourceforge.net + + |