Is it possible to suppress the default table owner in Crystal Reports XI?
When Crystal fails to retrieve data I look at the SQL and see that it is of the form SELECT field FROM owner.table
This fails.
I know from other SQL query analyzers that SELECT field FROM owner.table will fail, whereas without the "owner" bit - SELECT field FROM table works.
The datasource is the Attunity OLEdb driver but I can't get Attunity to accept SELECT queries using owner.table.