/////////////////////////////////////////////////////////////////////////////
//                                RDBASE.CPP
/////////////////////////////////////////////////////////////////////////////
// 
// Compiled with Turbo C++ ver 3.0
// 
/////////////////////////////////////////////////////////////////////////////
// A word about this program,
//
// This code is intended to show how a dBase III database is formed, where
// the information is stored, and how it can be readed, note that with this
// code you're not able to see the data stored, or write to the database...
//
// Use this code, experiment with it, modify it! LEARN! LEARN! LEARN! q:o)
//
// Note :
//
//       I'm NOT responsible for any damage or data loss in your databases,
//       use this code at your own risk.
//
/////////////////////////////////////////////////////////////////////////////
// Usage :
//
//        RDBASE file.dbf <enter>
//
/////////////////////////////////////////////////////////////////////////////
// Future plans,
//
// Well, I'm now writing a data browser... read-only mode, then I'll write
// a data editor, and finally a data engine to be used in C++.
//
// Someone (If not everyone) must be thinking 'this guy is crazy' 'why is
// he working in something outdated (dos apps and dbase)' well, it's very
// simple... I want to learn.
//
/////////////////////////////////////////////////////////////////////////////
// Author : Jemil Marcos                    //
// E-Mail : jmarcos@ccr.dsi.uanl.mx         //          * ART  *
// Web    : dusk.ml.org/next/frontdoor.htm  //          * AMDG *
// IRC    : \\NeXT\\ at UnderNet.Org #emu   //
/////////////////////////////////////////////////////////////////////////////
// Last update : August 22nd,1997
/////////////////////////////////////////////////////////////////////////////