|
|
| Transaction Handling [+] Favor-It | |
| |
 |
| | Sort By:
|
The ResourcePool.TransactionEndDelegate Delegate represents the method that handles the ending of a transaction.
Author: microsoft.com Code: ASP.NET v1.0 & VB |
The SQL Guru Answers your Questions...
Ok. Now to my problem...the transaction numbers are supposed to be in serial order. In my sample , I am missing transaction no. 2023. Can you give me a SQL solution to find out the missing transaction No?
Author: Sean Baird Code: ASP.NET v1.0 & VB |
In this tutorial, we will show you how to make a Transact-SQL transaction in a SQL Server database. We will use ASP.NET 2.0 and VB.NET in the sample. The.NET Framework Data Provider for SQL Server describes a collection of classes. Author: AspNet Tutorials Code: ASP.NET v2.0 & VB |
|  | |
In this tutorial, we will show you how to make a Transact-SQL transaction in a SQL Server database. We will use ASP.NET 2.0 and C# in the sample. The .NET Framework Data Provider for SQL Server describes a collection of classes. Author: AspNet Tutorials Code: ASP.NET v2.0 & C# |
Transactions are most useful when you are inserting or updating two or more tables, and if one operation fails, even if the other succeeds, both should be rolled back to their previous state. The SqlTransaction class makes it easy. Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# |
If you follow the recommendation to use local transactions when you only have one Resource Manager, but want to prepare for a possible future change to distributed transactions and have as few programming changes as possible, there are a couple... Author: Jimmy Nilsson Code: ASP.NET v1.0 & VB |
The Transaction attribute is applied at the class level to indicate that all class methods should be run in the context of a transaction. Author: Steve Ellis Code: ASP.NET v1.0 & C# |
|  | |
With SQL-Transaction class and Exceptions Handling provided by .NET Framework, we can deal with database operations and catch system exceptions in a very reliable way. This little article will explain the basic concepts. Author: Eric Zheng Code: ASP.NET v1.0 & C# |
For those of you who are not familiar with transactions, this tutorial will attempt to explain in a little more detail. This tutorial also assumes some knowledge of SQL and how to execute SQL commands. Author: Andrew Ma Code: ASP.NET v1.0 & C# |
Icon Key >
 - Recently Updated
 - Showcase Listing
|