Group: Forum Members
Posts: 386,
Visits: 2.1K
|
Hi Edhy,
Oops, clicked Post too soon.
What you could do is create a view upon which your BO is based but populate the BO using a stored procedure. It does mean you have to keep the view and proc in sync regarding what data columns are returned but I presume the data returned wouldn't change to often (if at all).
Cheers, Peter
|