Hi,
We have an application that stores and errors or system related info in an access database. Rather than just an error log.
Can Host Monitor read the access database and monitor a particular field in this database looking for key words ?
Thanks
StevenE
Monitor Access Database File
Maybe someone could help me, with the query. I am not that familiar with sql query's
I created a query for the table pendingTransmission and the field status. The test works fine as long as there are items in the database. when the Table is empty I get "inaccessable value" in Host-monitor and the test turns bad.
SELECT PendingTransmission.Status
FROM PendingTransmission
Where (((PendingTransmission.Status)>1));
Thanks for any help
StevenE
I created a query for the table pendingTransmission and the field status. The test works fine as long as there are items in the database. when the Table is empty I get "inaccessable value" in Host-monitor and the test turns bad.
SELECT PendingTransmission.Status
FROM PendingTransmission
Where (((PendingTransmission.Status)>1));
Thanks for any help
StevenE
It was our mistake
Problem fixed, update available at www.ks-soft.net/download/hm571.zip
Regards
Alex

Problem fixed, update available at www.ks-soft.net/download/hm571.zip
Regards
Alex