AndersonCJA
Programmer
I want to be able to select database location on an existing report where the Synonym is replacing another data source.
Or, just create a simple report using the Synonym.
However, the DBO schema is not visible.
Using Crystal Reports XI version 11.0.0.1282 on Windows 7 Professional, and sql server.
Normally to create a report, I open Crystal Reports, Select New, Blank report.
Then, from the available data sources, I select ODBC(RDO).
From there I select my data source and sign on to the data source.
I select the Database and finish.
Normally, on the left hand side, the data source is displayed in
an explorer window with a variety of schema names underneath it.
Examples are, Dbo, Information_Schema and sys.
When using the Synonym as the data source, the schema item, DBO is not available as usual where I
normally would select the tables from.
With the CMD feature, this query worked to simply select records from the table.
SELECT *
FROM
Synonym.dbo.table1 table1
I want to be able to select database location on an existing report where the Synonym is replacing another data source.
This is the first time I have worked with a Synonym data source and would like understand why I can not use it the same way as
other data sources in my Crystal Report.
Thank you,
Or, just create a simple report using the Synonym.
However, the DBO schema is not visible.
Using Crystal Reports XI version 11.0.0.1282 on Windows 7 Professional, and sql server.
Normally to create a report, I open Crystal Reports, Select New, Blank report.
Then, from the available data sources, I select ODBC(RDO).
From there I select my data source and sign on to the data source.
I select the Database and finish.
Normally, on the left hand side, the data source is displayed in
an explorer window with a variety of schema names underneath it.
Examples are, Dbo, Information_Schema and sys.
When using the Synonym as the data source, the schema item, DBO is not available as usual where I
normally would select the tables from.
With the CMD feature, this query worked to simply select records from the table.
SELECT *
FROM
Synonym.dbo.table1 table1
I want to be able to select database location on an existing report where the Synonym is replacing another data source.
This is the first time I have worked with a Synonym data source and would like understand why I can not use it the same way as
other data sources in my Crystal Report.
Thank you,