I found a suggested solution to this at:
I made the changes to the client access settings and continue to receive the error. Do I need to recreate the report or edit the SQL statement?
I am not familiar with SQL syntax...but when I do Database|Show SQL Query...it shows:
SELECT
TABLENAME1."FIELDNAME1", TABLENAME1."FIELDNAME2",
TABLENAME2."FIELDNAME1", TABLENAME2."FIELDNAME2",
TABLENAME2."FIELDNAME4", TABLENAME2."FIELDNAME5",
TABLENAME2."FIELDNAME6", TABLENAME2."FIELDNAME7",
TABLENAME2."FIELDNAME8"
FROM
"DATABASENAME"."LIBRARYNAME"."TABLENAME1" TABLENAME1 RIGHT OUTER JOIN
"DATABASENAME"."LIBRARYNAME"."TABLENAME2" TABLENAME2 ON
TABLENAME1."FIELDNAME3" = TABLENAME2."FIELDNAME3"
If the SQL statement is correct, are there other ODBC settings I should check?
Thanks,
D.A.
I made the changes to the client access settings and continue to receive the error. Do I need to recreate the report or edit the SQL statement?
I am not familiar with SQL syntax...but when I do Database|Show SQL Query...it shows:
SELECT
TABLENAME1."FIELDNAME1", TABLENAME1."FIELDNAME2",
TABLENAME2."FIELDNAME1", TABLENAME2."FIELDNAME2",
TABLENAME2."FIELDNAME4", TABLENAME2."FIELDNAME5",
TABLENAME2."FIELDNAME6", TABLENAME2."FIELDNAME7",
TABLENAME2."FIELDNAME8"
FROM
"DATABASENAME"."LIBRARYNAME"."TABLENAME1" TABLENAME1 RIGHT OUTER JOIN
"DATABASENAME"."LIBRARYNAME"."TABLENAME2" TABLENAME2 ON
TABLENAME1."FIELDNAME3" = TABLENAME2."FIELDNAME3"
If the SQL statement is correct, are there other ODBC settings I should check?
Thanks,
D.A.