The following SQL works in the command line, but not in the GUI.
select *
from "C:\Users\administrator\Desktop\scratch\POLICY.DBF" p, "C:\Users\administrator\Desktop\scratch\TRANSACT.DBF" t
where p.pol_idx = t.pol_idx
This must have broken at some point, because I originally composed and tested these queries in the GUI.
Always gives an error message of: -> Invalid path or file name