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?
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?