Thanks for your generous reply, IfNotWhyNot !
Unfortunately after trying a few times I am unable to get
this specific page to work properly. MS SQL does, indeed, work with
RoboHelp Server 7 from a superficial level for me. I've reinstalled
a few times, setup different ODBC connections, reconfigured, etc.
However, the problem is that the *specific* SQL that is
generated on Robo/Reports/data/os_stats.asp fails when "Exclude IPs
beginning with ....." is used. The programmer uses the function
"LEFT$" when MS SQL does not have this such function. It has the
function LEFT, though. When I remove the $ from the SQL the page
works properly.
I feel this is a programming bug: the expectation that
"LEFT$" is honoured by the database when, in fact, it isn't in the
case of MS SQL. This should fail on Oracle, too - I believe.
There is one last possibility I see: The MS SQL ODBC Driver
should have been able to translate LEFT$ to LEFT, but I'm not sure
that ODBC is supposed to be doing that... :)