Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
It depends on your scenario. In most cases, the BusinessLayer/DataLayer will handle this. There are only a few rare instances where you would have to execute these two updates separately. In fact, I cannot think of more than one time in all of these years where I had a situation that was complex enough that I had to "hand-code" the delete and inserts separately. Have you tried this very scenario in your environment? The BOs and DAL have a ton of logic handling these very types of situations.
|