Yeah, I've seen that. The explanations stink. I ended up getting my answer from a friend.
SELECT DATEDIFF(HOUR, hr_compare, GETDATE()) FROM dbo.v_wo_run_history
This will actually return the hour difference for me. Now I need to figure out how to make the recordset data into something I can manage with vbscript. Like make the value a variable.