|
|
| 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# |
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# |
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# |
|  | |
The word transact stands for the meaning of to conduct or to do, thus the word transaction in the real-world scenario means the conductance or the exchange of something. Author: Haroon Malik Code: ASP.NET v1.0 & VB |
Transactions are a set of operations made to the database which perform a logical unit of work. Transactions are used for maintaining the integrity and consistency of the database. Author: Sriram Code: ASP.NET v1.0 & C# |
Icon Key >
 - Recently Updated
 - Showcase Listing
|