'Linked table' Run-time Error 70 Permission denied

camilovic

Registered User.
Local time
Today, 21:00
Joined
May 19, 2003
Messages
27
I made .exe file that generate log.txt file witch I link in to the Access2k database. Those .exe file work in background and each 5sec write a new record in log.txt file.
I want to read data from log.txt by linked table in REAL TIME in Access database. Problem appears when .exe file try to write new data in to the log.txt and linked table is open. Then I have following error:
Run-time error ‘70’
Permission denied…
...and my .exe file breaking/killing down.
Where is the problem?
 

Users who are viewing this thread

Back
Top Bottom