Depends on what version of dBase the tables were created with. With the advent of dBaseIV, catalogs were available and some programmers even used them. (dBase III+ had a catalog system of sorts but I doubt that anybody used it much.) Otherwise, each table was a file unto itself. With that, you'll have to do one of two things:
1) figure out how to read the directory where the individual tables reside or 2) find the catalog for a database and read the contents of the catalog or 3) do both.
Good luck There's always a better way...