Search found 2 matches

by user24
Mon Sep 16, 2002 4:27 am
Forum: HostMonitor
Topic: Advanced Logs: ODBC Insert with _'_ Char
Replies: 3
Views: 17202

Thats not the Solution. The Reply-Field of the SQL-Server-Table is already Text-Type. The Problem is: The QUERY-String is "Insert into tbl_Hostmon_Log (Datetime, testname, status, reply, SimpleStatus) VALUES ('%DateTime%', '%TestName%', '%Status%', '%Reply%', '%SimpleStatus%')" The Macro o...
by user24
Thu Sep 12, 2002 4:18 am
Forum: HostMonitor
Topic: Advanced Logs: ODBC Insert with _'_ Char
Replies: 3
Views: 17202

I use a SQL-Server-Table to write LOG-Messages. The QUERY-String is "Insert into tbl_Hostmon_Log (Datetime, testname, status, reply, SimpleStatus) VALUES ('%DateTime%', '%TestName%', '%Status%', '%Reply%', '%SimpleStatus%')" This works fine, but if there ist a _'_ in the Reply-Field of HM ...