|
<< Click to Display Table of Contents >> Associated table files |
![]() ![]()
|
The various BDE based data table files may have a number of associated files holding either accessory data (e.g. Memo or binary data) or information setting structure for the data table.
Besides the core data files the tables are often accompanied by their associated BLOB files containing their large volume data as Memos, Formatted Memos, Graphics and other binary data.
Some of the files are used only by the Borland Database Desktop (DBD)/the Borland Paradox application being without general value and may be deleted if not using the DBD or Borland Paradox.
Also, a number of other files may exist in a database project folder related to the data handling by the database application.
See https://en.wikipedia.org/wiki/.dbf for further information.
File extension |
Type of object |
:DB |
The Paradox main data table. |
:LCK |
Lock file for Paradox tables (temporary file). |
.MB |
BLOB files containing Paradox Memo/FmtMemo/binary data except BYTES. |
.PX |
Paradox primary index. |
.VAL |
Validity checks, Default Value(s) and Referential Integrity for Paradox table. |
.Xnn |
Secondary single-field index for a Paradox table, numbered. |
.Ynn |
Secondary single-field index for a Paradox table, numbered. |
.XGn |
Composite secondary index for a Paradox table. |
.YGn |
Composite secondary index for a Paradox table. |
PDOXUSRS.NET |
The general and dynamically maintained Paradox multi user lock administrating lock file created in the current Paradox NET-file directory. |
PDOXUSRS.LCK |
Paradox locking file guarding against conflicting concurrent record user access. |
PARADOX.LCK |
Paradox locking file guarding against conflicting concurrent record user access by older applications (pre-dating the IDAPI/BDE). |
File extension |
Type of object |
:DBF |
The dBASE/FoxPro/xBase main data table. |
.DBT |
BLOB files containing dBASE Memo/binary data. |
.MDX |
Maintained index of dBASE table. Deletion causes table opening error - see detaching index file. |
.NDX |
Non-maintained index of dBASE table. |
File extension |
Type of object |
:DBF |
The dBASE/FoxPro/xBase main data table. |
.FPT |
BLOB files containing FoxPro Memo (binary data). |
.CDX |
FoxPro compound index file (since FoxPro v. 2.0). Deletion causes table opening error - see detaching index file. |
.IDX |
FoxPro index file, opens only on demand. For backward compatibility (before vers. 2). |
File extension |
Type of object |
.SQL |
SQL file. May be reused by other SQL applications (adaptations to SQL dialect may be needed). |
.QBE |
Query By Example file for semi graphic presentation of a stored query. |
.TV |
Table view settings on Paradox table. |
.TVF |
Table view settings on dBASE table. |
.TVS |
View settings for Paradox SQL output. |
.FAM |
Database Desktop's listing of related files (like a table's .TV file) |
DBDWORK.INI |
Temporary file created by DBD in it's defined working directory after ending data editing session. |
The Borland and Corel Paradox applications may create a number of other files containing forms, reports, etc., but without any significance if not used with these applications.
__________________________