Hello,
CR: XI
DB: MSSQL 2000 & ORA 9.2
WIN: XP SP2
My goal is to have one report that can run on both MSSQL server databases and also on Oracle. Is it a possibility to configure an SQL command to show two different SELECT statements based on a parameter.
if param = 'ORA'
then
.......
else if param = 'MS'
then
.......
I have been told it is possible to design one single report that will work on both db platfroms but I am yet to find a way. Any ideas will be greatly appreciated.
My databases have the exact same table and field structure. It is the just the joining in the SQL that is unique.
Thanks.
Adam
APB
CR: XI
DB: MSSQL 2000 & ORA 9.2
WIN: XP SP2
My goal is to have one report that can run on both MSSQL server databases and also on Oracle. Is it a possibility to configure an SQL command to show two different SELECT statements based on a parameter.
if param = 'ORA'
then
.......
else if param = 'MS'
then
.......
I have been told it is possible to design one single report that will work on both db platfroms but I am yet to find a way. Any ideas will be greatly appreciated.
My databases have the exact same table and field structure. It is the just the joining in the SQL that is unique.
Thanks.
Adam
APB