ODBC with testid

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).
Post Reply
totte
Posts: 55
Joined: Wed May 30, 2007 3:40 am

ODBC with testid

Post by totte »

Hi

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%

Testid is not translated...
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

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?

Regards
Alex
Post Reply