codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:

Home > ASP > ASP Databases  > Transactions
Sort by :


1-7 of 7 ASP Databases > Transactions sites are shown.

 • ASP Transactions    Votes:140   Hits:3150 Rate this site
      write a review | read reviews | report errors |    asp101.com More asp articles
Transactions are important to maintain data integrity, among other things, and have been used with databases for some time now. Luckily, transactions aren't restricted to databases - you can use them in Active Server Pages as well, and without having to create custom components using Microsoft Transaction Server (MTS). This article will take a look at what transactions are, how they will help ASP developers, and how to implement them.

 • BeginTrans Method    Votes:137   Hits:2663 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Begins a new transaction and returns a long value indicating the number of nested transactions.

 • CommitTrans Method    Votes:139   Hits:2096 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Saves any changes and ends the current transaction. It can also be set to automatically start a new transaction.

 • BeginTransComplete Event    Votes:143   Hits:1460 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
After a BeginTrans operation has finished executing, you can call this event to trigger other operations.

 • RollbackTransComplete Event    Votes:145   Hits:1592 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
After a RollbackTrans operation has finished executing, you can call this event to trigger other operations

 • CommitTransComplete Event    Votes:135   Hits:1516 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
After a CommitTrans operation has finished executing, you can call this event to trigger other operations.

 • RollbackTrans Method    Votes:135   Hits:1808 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
Cancels any changes that have occurred during the current transaction and then ends the transaction. It can also be set to automatically start a new transaction.









Recent Forum Threads
• Losing background/text color when converting HTML to PDF
• hidden div block when displayed, displays at an offset of 200px only in IE 6..
• help - sketch
• Re: Perl Script - File Handling.
• Open a file from website
• Re: to open 5 terminals from one and also execute different commands on each terminal
• read a selected multiple line, those should match some of the values read in the files..
• Help me please
• Empty the contents of a file.


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2008