transactions in ADO.NET

  • Thread starter Thread starter shiv
  • Start date Start date
S

shiv

Hello all,

I am trying to write a DataAccessLayer for my application
which involves extensive DataSet maniplulations. I would
like to use Automatic Transactions in the applications. I
am trying to read on the above subject but couldn't get
much info with examples. If anyone has any
references/examples on the same, i would be grateful if
you could share with me.

thanks in advance
regards
shiv
 
You could read more about this in the following articles:

.NET Data Access Architecture Guide
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daag.asp

Designing Data Tier Components and Passing Data Through Tiers
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/BOAGag.asp

And look for the Transactions section.

Automatic Transactions and ASP.NET
http://msdn.microsoft.com/library/d...pguide/html/cpconautomatictransactionsasp.asp

Automatic Transactions
http://msdn.microsoft.com/library/d...s/cpguide/html/cpconautomatictransactions.asp

Automatic Transactions and XML Web Services
http://msdn.microsoft.com/library/d...tml/cpconAutomaticTransactionsWebServices.asp

I hope the above helps!


Thanks,
Hussein Abuthuraya
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Microsoft Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
 
Back
Top