Using Crystal Reports 10 and Oracle:
The SQL queries generated by Crystal attach the DB schema name to the front of the table name (DBschema.TableName). Is there a way to prevent Crystal from doing that? Causes problems when delivering reports to be run under a different DB installation.
Oracle doesn't need the schema name to find the correct tables; it finds the schema based on the user ID.
The SQL queries generated by Crystal attach the DB schema name to the front of the table name (DBschema.TableName). Is there a way to prevent Crystal from doing that? Causes problems when delivering reports to be run under a different DB installation.
Oracle doesn't need the schema name to find the correct tables; it finds the schema based on the user ID.