
Paradox + Network : "Can't open detail table"
I'm using delphi 5 and paradox table. There is referential integrities
between tables.
My app work fine on local and on network (2 to 10 clients).
NetFile dir is correctly managed. Local share is TRUE.
Problem : Sometimes, some tables can't be opened.
French error message : "Echec lors de l'ouverture de la table dtail".
My translation in English : "Failed to open detail table" or "Can't open
detail table".
When the problem occurs :
- Several clients connected on the same database.
- 2 different apps accessing different databases on the same PC (2 apps
and 2 databases on a unique PC).
Problem occurs with all Windows version : 95, 98, ME, 2000. (NT, I don't
know)
I tried to change following BDE settings but nothing change :
LOW MEMORY USAGE LIMIT
MAXBUFSIZE
MAXFILEHANDLES
MEMSIZE
SHAREDMEMSIZE
Anyone has a clue ?