I have an access database that gets updated when data is checked in from a mobile device.
which is set up as a FME Server workspace with directory watch protocol set to modify . I was hoping that adding new records would change the file size and the workspace gets triggered which in-turn triggers a child workspace. Unfortunately the size does not change every time data gets checked-in.
Im looking for help on how to check for updated records in an access database since the SQL executor doesn't work on access database.
The access database has valve exercising information ,which is used to create inspections in cityworks using the Cityworks API. The child workspace uses the API to make the API calls to Cityworks.