Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transactions
Message
 
À
29/07/2002 10:54:37
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
00683519
Message ID:
00683557
Vues:
27
<<
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,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform