PARADOX
The
Paradox database by the
Borland company
Work with Paradox database
- It is possible to write into the Paradox table only if a primary key is defined for the table.
- A success rate of opening the Paradox table depends on setting the Windows register in the key HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\3.5\Engines\Paradox, the value CollatingSequence. It can keep two values: Ascii or International. This value must be set according to the collating sequence setting on the table creation.
- The total number of columns in the table is limited.
The database can be filled:
- By means of the
PmaAdo object.