Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transactions
Message
 
 
To
29/07/2002 10:54:37
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00683519
Message ID:
00683557
Views:
26
<<
How do you manage transactions across multiple datasets (business objects) when each business object is using its own connection object?
<<

All of these datasets need to share the same connection in order to participate in the same tx. This is one of those areas where you will need to step out of the box and managed connections/datasets on your own. For instance, you will need to handle how to bail out of a tx (error/exception handling)? How does (or does) Kevin's framework handle these issues?


>How do you manage transactions across multiple datasets (business objects) when each business object is using its own connection object? The ADO.Net model seems to be “connect, get/write data, disconnect” – but how do we get that to play with the idea of a multi-bus-object transaction?
>
>Thanks,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform