Board index » delphi » dBase and Paradox table created with TTable cannot be opened in MS Access

dBase and Paradox table created with TTable cannot be opened in MS Access

Hi,

Probably you are putting fields in your table that are only compatible with
the newest versions of dBase or Paradox.  When this happens, even asked
diferently, the version will be the highest...

regards,
elio

 

Re:dBase and Paradox table created with TTable cannot be opened in MS Access


Hi,
I have created both dBase and Paradox  temp table using TTable at run time
using the TTable CreateTable method.
For the dBase table the TableLevel Property for TTable was set to 4, and as
for the Paradox table the TableLevel Property was set to 5.

I try to import these table into MSAccess 97 and it does not seems to be
working.
The dBase table seems  to be a Visual dBase 7.0 table according SQLExplorer.
, but what I required is either a dBase 4 or dBase 5 table so that the table
can be imported into MS Access 97.
The Paradox table created seems to be a version 5.0/win paradox table
according to SQL Explore. But I still could not import it into MS Access 97.

Can anybody provide me with some directions how these I can create a dBase
or Paradox table susing TTable imported int MS Access 97.
Thanks In advance.

Yeow Mun

Re:dBase and Paradox table created with TTable cannot be opened in MS Access


Thanks, the error was caused by some indexes that were not suitable for
dBase 5 and below
regards
ym
Quote
Elio Medeiros <el...@hotmail.com> wrote in message

news:814u3v$5kr12@forums.borland.com...
Quote
> Hi,

> Probably you are putting fields in your table that are only compatible
with
> the newest versions of dBase or Paradox.  When this happens, even asked
> diferently, the version will be the highest...

> regards,
> elio

Other Threads