xavier.batlle
Active member
- Local time
- Today, 04:58
- Joined
- Sep 1, 2023
- Messages
- 212
Perhaps another approach could be, to create an asynchronous File System Watcher using WMI Events. If the SQL Server is able to create a file in a folder that MS Access is monitoring then the MS Access Application can do some stuff when files are created in this folder
I've never used it but I managed to create this simple example with some AI help
- No polling.
- No timer
- No blocking processes
- It's true async
- Very easy to implement
I've never used it but I managed to create this simple example with some AI help
- No polling.
- No timer
- No blocking processes
- It's true async
- Very easy to implement
Attachments
Last edited: