Greetings:
I'm noticing when using two tables in a report, from two different databases on the same SQL Server, that after executing the report and showing the SQL Query, that there is no referrence to the second table even thought there are columns from the seccond table being displayed on the report.
For example Table A(database CEDARS_UTILS) is Inner Joined to table B (database CEDARS)
The columns that are diplayed one the report are A.PAT_ID and B.PAT_NAME.
When revieing the SQL query after executing, I see the following SQL:
SELECT "A"."pat_id"
FROM "CEDARS_UTILS"."dbo"."A" "A"
Does anyone know if this is a glich in crystal reports or just a limitation of using two different database tables in the same report? I'm using Crystal Reports 9.2 and SQL Server 2000.
Thanks,
Brent
I'm noticing when using two tables in a report, from two different databases on the same SQL Server, that after executing the report and showing the SQL Query, that there is no referrence to the second table even thought there are columns from the seccond table being displayed on the report.
For example Table A(database CEDARS_UTILS) is Inner Joined to table B (database CEDARS)
The columns that are diplayed one the report are A.PAT_ID and B.PAT_NAME.
When revieing the SQL query after executing, I see the following SQL:
SELECT "A"."pat_id"
FROM "CEDARS_UTILS"."dbo"."A" "A"
Does anyone know if this is a glich in crystal reports or just a limitation of using two different database tables in the same report? I'm using Crystal Reports 9.2 and SQL Server 2000.
Thanks,
Brent