Group: Forum Members
Posts: 785,
Visits: 3.6K
|
Isn't there extra overhead by calling the sproc from within the BO? I would assume that the entire BO needs to be instantiated before the code can run the sproc; however, in the call from outside the BO, that is never the case. Is it possible that I lose something, though, by not going through the BO?
I have used both ways of executing an sproc...just wondering which is the cleaner way.
Thanks,
Bill
|