ASP 101 - Active Server Pages 101 - Web03
The Place ASP Developers Go!

Please visit our partners

Windows Technology Windows Technology
15 Seconds
4GuysFromRolla.com
ASP 101
ASP Wire
VB Forums
VB Wire
WinDrivers.com
internet.commerce internet.commerce
Partners & Affiliates














ASP 101 is an
internet.com site
ASP 101 is an internet.com site
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

ASP 101 News Flash ASP 101 News Flash




Script Output:

Starting Transaction.

Executing SQL Command:
INSERT INTO [scratch] (text_field, integer_field, date_time_field) VALUES ('Saturday', '5', '7/5/2008 7:15:56 AM');

Records Affected: 1

Commiting Transaction.


Run the script again: Commit Transaction or Rollback Transaction


ASP HTML Download            FAQ

ASP.NET Version

Ensuring data integrity is an important consideration when building an application. The data in your database is most likely valuable to your business and steps need to be taken to ensure that changes made to it are executed correctly. This is where transactions come into play.

Transactions are used to ensure that either all or none of the steps involved in an operation are executed. Accounting is a perfect example of why transactions are important. It's often necessary to transfer money from one account to another. In order to do this you need to first debit money from the source account and then credit it to the destination account. Without transactions, if something went wrong while processing the request, we might be left in a situation where the money had already been removed from the source account and not yet credited to the destination. The resulting confusion over the missing money could cause real problems.

Continuing the same example, by placing both the debit and credit operations into a single transaction we ensure that the funds either move to the new account or they do not. In this example, using a transaction eliminates the possibility of "creating" or "destroying" money. If the funds didn't get transferred then we still need to determine the source of the error and fix it, but at least we don't have to try and track down the missing money as well.

By default this page will execute CommitTrans in order to commit the transaction to the database. If you would like to run the script again you can choose whether or not it will commit (CommitTrans) or rollback (RollbackTrans) the transaction by clicking the corresponding links above.

Please note that clicking the above links will run the script again and either commit or rollback the insertion of a new record. It will not affect any records already added to the database including the one shown above which was already processed.

You should also note that I'm not really doing much of anything in the transaction that would require a transaction. I'm doing a simple insert so that you can see that the data does get inserted when the transaction is committed and doesn't get inserted when it is rolled back. In the real world, you'd most likely have at least two operations going on inside the transaction, but I'm just including one in order to keep things as simple as possible.

You can view any data that was committed to the database via our Simple Database sample. It's probably easiest if you use the value of the date_time_field (shown in the SQL statement above) to locate the appropriate record.


Samples

Home |  News |  Samples |  Articles |  Lessons |  Resources |  Forum |  Links |  Search |  Feedback



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM eBook: Planning a Service Oriented Architecture
IBM eBook: Choosing the Right Architecture--What It Means for You and Your Business
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Avaya Article: Using Intelligent Presence to Create Smarter Business Applications
Intel Go Parallel Article: Getting Started with TBB on Windows
Microsoft Article: 7.0, Microsoft's Lucky Version?
Avaya Article: How to Feed Data into the Avaya Event Processor
IBM Article: Developing a Software Policy for Your Organization
Microsoft Article: Managing Virtual Machines with Microsoft System Center
Intel Go Parallel Article: Intel Threading Tools and OpenMP
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
HP Video: StorageWorks EVA4400 and Oracle
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Red Gate Download: SQL Toolbelt and free High-Performance SQL Code eBook
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
Silverlight 2 App and Walkthrough: Leverage Silverlight 2 with SQL Server and XML
IBM Article: Enterprise Search--Do You Know What's Out There?
HP Demo: StorageWorks EVA4400
Microsoft Article: The Progress and Promise of Deep Zoom
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES