Hits Today: 1 Total: 1302 | Updated: 8/4/2003 | |
 | The ResourcePool.TransactionEndDelegate Delegate represents the method that handles the ending of a transaction.
Author: microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 3023 | Updated: 5/28/2002 | |
 | 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 |
Hits Today: 1 Total: 466 | Updated: 2/2/2007 | |
 | 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 | |  | |
Hits Today: 1 Total: 403 | Updated: 2/3/2007 | |
 | 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# |
Hits Today: 1 Total: 3346 | Updated: 2/18/2004 | |
 | 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# |
Hits Today: 1 Total: 2163 | Updated: 5/28/2002 | |
 | 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# |
Hits Today: 2 Total: 3420 | Updated: 7/13/2002 | |
 | 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# | |  | |
Hits Today: 1 Total: 2282 | Updated: 11/26/2002 | |
 | 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 |
Hits Today: 2 Total: 2480 | Updated: 5/6/2003 | |
 | 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# |
|