Categories

Updated: 01/08/2007

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.
©2003-2019 jCay.com