All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
I´m trying to set up an ODBC test with an SQL that checks last status of test in %fullpath% but i would like to count the status of my own test but it seems %testid% variable dosen´t work in sql statement.
simplifyed ex.
SELECT testid, fullpath, Status from log
where fullpath = '%fullpath%'
AND testid <> %testid%
These variables designed for actions and some other functions, not for ODBC test.
What are you trying to do? Record test results into database and then use another test to check test results in this database?? Why do you need this?