When using MS Access pass-thru SQL and the Lookout ODBC Driver & Data Transforms, the TimeStamp appears to be off by one full day when using Interval = 1, such as:
SELECT Traces.LocalTime, Traces."Starts{\\D00003588\LybrookStation\Drivers\TiVar@StsElect1On}", Traces."Stops{\\D00003588\LybrookStation\Drivers\TiVar@StsElect1On}",
Traces."ETM{\\D00003588\LybrookStation\Drivers\TiVar@StsElect1On}",
Traces."Starts{\\D00003588\LybrookStation\Drivers\TiVar@StsElect2On}", Traces."Stops{\\D00003588\LybrookStation\Drivers\TiVar@StsElect2On}",
Traces."ETM{\\D00003588\LybrookStation\Drivers\TiVar@StsElect2On}",
Traces."Starts{\\D00003588\LybrookStation\Drivers\TiVar@StsElect3On}", Traces."Stops{\\D00003588\LybrookStation\Drivers\TiVar@
StsElect3On}",
Traces."ETM{\\D00003588\LybrookStation\Drivers\TiVar@StsElect3On}"
FROM Traces
WHERE Traces.Interval="1" AND Traces.LocalTime>= "7/01"
For example, the query will return 6 starts for July 8th, but when I look up the data in a HyperTrend, the number of starts on the 8th is actually 3, and I see that there are 6 starts on the 7th, which reported only 2.
Any ideas?
John T. Sampson