Great program, I got the HDW subscription and so far some eye-opening data.
One problem: On the data screen, I am trying to do an SQL query for a rider name "SUTHERLAND CHANTAL", however the query always fails. When I go back to the SQL query, it has tokenized the SUTHERLAND and assumes the AND in her name is part of an sql query string and I can't complete the query.
Any work around?
Query I am trying to run:
SELECT * FROM STARTERHISTORY WHERE INSTR('SUTHERLAND CHANTAL', RIDER) > 0
I get zero results, go back to SQL query box and see that it shows:
SELECT * FROM STARTERHISTORY WHERE INSTR('SUTHERL AND CHANTAL', RIDER) > 0
Thanks!
--end quote--
My reply:
See the below linked to text file. It contains examples of two "work-arounds."