Page 1 of 1

Displaying a list of DBFs with DBE info

Posted: Sun Jun 26, 2016 1:16 pm
by rdonnay
Here is a program that will display a directory of your .DBF files.

It will also include information about the DBE that is used to access each file.
The program uses an undocumented eXpress++ function named DC_DbeType() which reads the header of each .DBF file to determine the type of database it is.

Create a folder under \exp20\samples named DBES.

Unzip the attached files into that folder.

Here is a sample screen when running DBETEST.EXE.
dbetest.jpg
dbetest.jpg (143.97 KiB) Viewed 13982 times

Re: Displaying a list of DBFs with DBE info

Posted: Fri Aug 26, 2016 3:12 pm
by Leon Berger
rdonnay wrote:Here is a program that will display a directory of your .DBF files.
Nice work Roger :clap:

I included it in one of my programs:

Image