Make database access safer with transactions
You can use transactions in ASP as a kind of insurance policy for your database activities, making them safer and providing better error recovery. Transactions are most useful when doing multiple actions on multiple tables. The example below shows just how easy it is to use transactions from ASP, inserting a record into a table and doing a "rollback" if there's a problem.
Visit publisher site: Make database access safer with transactionsListing Details
- Filed in:
-
Scripts / ASP / Tutorials & Tips / Database-related
- Submitted on:
- Last Updated:
- Jan 8, 2007
- Publisher:
- IT-Guru Other listings by this publisher
License & Pricing Information
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for Make database access safer with transactions