Easysoft ODBC-Oracle DriverWhy do I get error "[HY000] [Easysoft][Oracle]ORA-00911: invalid character at offset xxxx" when running Crystal Reports? |
|
When Crystal Reports performs joins it adds "{oj 'sql syntax' }" to the syntax e.g.
SELECT RightTable.*, LeftTable.*
{ oj(FROM RightTable INNER JOIN LeftTable ON RightTable.RHS = LeftTable.LHS)}
The problem with this was that the Easysoft Oracle Driver did not ignore or 'strip' this from the syntax thus causing the error. This was fixed in Easysoft ODBC-Oracle Driver V1.3.