Displaying a list of DBFs with DBE info

This forum is for posting of useful information
Post Reply
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Displaying a list of DBFs with DBE info

#1 Post 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 13765 times
Attachments
dbes.zip
(1.13 KiB) Downloaded 1206 times
The eXpress train is coming - and it has more cars.

Leon Berger
Posts: 36
Joined: Thu Jan 28, 2010 2:30 pm

Re: Displaying a list of DBFs with DBE info

#2 Post 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
Best regards
Leon

Post Reply