Converting logs to a word or excel spreadsheet
-
- Posts: 1
- Joined: Thu Apr 03, 2003 6:00 pm
- Location: Loewen Ent.
oh yeah ???
So how could you send sql queries to an excel file ?
Is there a way to define a table ?
Could you give an exemple ?
Is there a way to define a table ?
Could you give an exemple ?
First you should setup ODBC data source for exel files.So how could you send sql queries to an excel file ?
If you want to log all data to that table, use "ODBC log" option that is located on Advanced Logging page in the Options dialog.
If you want to log some specific data, you may use "SQL Query" action.
HostMonitor does not create tables. Use Excel or some DBMS.Is there a way to define a table ?
Example of SQL Query? No problem:Could you give an exemple ?
Insert into hmlog (eventtime, testname, status, reply) VALUES (%DateTime%, '%TestName%', '%Status%', '%Reply%')
Regards
Alex