Hi All,
I am having problem using outer join in BO(SQlserver database).
I have 3 table say A,B and C and the joins between them are
A left outer join B
and B inner join C
This is throwing error in BO when i run the query.
table b is a member of outer join and cannot participate in
regular join.
This is not a free hand sql report,it is deisgned at the universe evel.Is there any setting(Outerjoin_generation) that need to be made in the .prm file of the sqlserver ? However this kind of join works perfect in Oracle.
Thanks
Naga
I am having problem using outer join in BO(SQlserver database).
I have 3 table say A,B and C and the joins between them are
A left outer join B
and B inner join C
This is throwing error in BO when i run the query.
table b is a member of outer join and cannot participate in
regular join.
This is not a free hand sql report,it is deisgned at the universe evel.Is there any setting(Outerjoin_generation) that need to be made in the .prm file of the sqlserver ? However this kind of join works perfect in Oracle.
Thanks
Naga