Hi,
I'm writing datasource on infoset lets say "A". And this infoset has been built on two tables X and Y.
Now, I'm enhancing my datasource by adding 3 new fields. The value of these three new fields has been based upon lookup of table X and Y.
So for selecting these tables I'm using select statement using left outer join. Do you think its right approach?
Thanks