Hi guys.
Trent L. Taylor (10/13/2006)
Well if it were me I would not venture too far from the business objects. This is exactly what I keep in mind. I realize there's a whole attention built inside the BOs, and for a start I want to take advantage of not having to worry about it. And then, there's the back end, and the Middle Tier. I will stick to the BOs.
You can create any type of JOIN query from within a BO to return any fields that you want. You can create a view, as you mentioned, to pull back all of the fields you want in a flat format. If you need to create custom fields or a BO that supports a special DDT layout and then your FillDataTable(...) method pulls data using the inner join, you can.
This is where I need to get proficiency at. But seeing you say it is possible, is already a good incentive.
So, Paul, I think we will be safer under the wings of the BOs. Guess we just have to find our way in it.