Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buy Bulk and save
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01012154
Message ID:
01012245
Views:
34
This message has been marked as a message which has helped to the initial question of the thread.
Gotcha!

There is a base object in MM.NET called Event Object - not related to Events in .NET

You can sub-class from this object to create your own Event Object to coordinate transactions from several business objects.

The architecture that's we've followed in the past is to put all your validation in the business objects, coordinate the transaction and cross-bizobj validation at the Event Obj Level and do all your inserts into multiple table using Stored Procs with implicit sql transactions.

This has worked out to be the fastest mechanism while working MM.NET

Hope this helps!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform