I' trying to execute this query without success:
Code: Select all
SELECT ca.identifier, al.title
FROM cae_courses_activities ca, cae_activities_lang al
WHERE ca.id=al.activityid AND al.lang='xx' AND ca.parent='/'
AND (ca.filename='' OR ca.filename IS NULL)
AND (ca.type='' OR ca.type IS NULL) AND ca.courseid=46
ORDER BY ca.id
Code: Select all
EDatabaseError: DBX Error: Operation Not Supported
The same query if executed directly into the SQL Server workd fine.
Thank you