GeekArticles
Microsoft
ASP.NETUsing A Single Transaction With Multiple Typed DataSets
Author: codeproject.com |
Published: 5th May 2008 |
Visited: 76 times |
Add CommentFiled in: ASP NETProvides a detailed explanation of how to implement a single transaction across multiple Typed Datasets
Read Article Sponsored Links
Related Articles
• Read committed--Why transaction can read uncommitted data Hello Tom
Thanks for your time.. I have a question: I understand that by default Oracle uses read committed by statement level, normally other session can't see the modification execept the session that makes the modification itself. Read c ...
• About the transaction status in oracle 9i Hello Tom
Thanks for your time..
I am using oracle 9i(9.2.0.1) databases. And some day I find there is a column (status) in the v$transaction and I understand if there is a transaction open and not committed, the status always shows active. If ...
• When is a commited transaction removed form the ITL Hi Tom,
A transacion entry is created in the ITL in the data/index block header when a transaction modifies a block. How long does this entry stays in the ITL after the transaction is committed and do you get a snapshoot too old if a long runnig qu ...