Hi,
I have a sql query created with DBExpert, and it works fine in DBE.
When trying to use the same SQL statement in VX-Rexx I get this error:
[ODBC dBase driver] [dBase] Extra characters at end of query: JOIN.
VX-Rexx is set up to use the same odbc driver as DBExpert so I suspect that VX-Rexx is "doing"
something to the sql statement before sending it to the driver.
(Simple SQL statements without "JOIN" works fine with VX-Rexx.)
Has anyone experience with this?