Board index » delphi » Table open problem

Table open problem

I have a special problem. I cannot open table and the error code is very
strange. I have two Paradox 7 tables Master and Detail (I use referential
integrity). When I try to open Master table I get an error message: "Cannot
open Detail table" but when I try to open Detail it opens with no problems.
Also when I try to open another master table for Detail it fails. Where's
the problem ?

---
bye
    Roman Sladek
    sl...@datapac.sk

 

Re:Table open problem


On Tue, 25 Nov 1997 19:55:39 +0100, "Roman Sladek" <sl...@datapac.sk>
wrote:

Quote
>I have a special problem. I cannot open table and the error code is very
>strange. I have two Paradox 7 tables Master and Detail (I use referential
>integrity). When I try to open Master table I get an error message: "Cannot
>open Detail table" but when I try to open Detail it opens with no problems.
>Also when I try to open another master table for Detail it fails. Where's
>the problem ?

>---
>bye
>    Roman Sladek
>    sl...@datapac.sk

There are a few possible causes of this. You might have moved or
renamed the detail files so that the master files can no longer find
them (this information is stored in the VAL file). Moving can consist
of them being in another directory than expected or not being in the
directory to which the master file expects based on the alias.

Steve F (Team B)

Other Threads