 
  |
 |
| Make database access safer with transactions |
| Script Title : | | Make database access safer with transactions |
| Version : | | |
| Author : | | IT-Guru |
| Platform : | | linux, windows, freebsd, osx, sun |
| Home URL : | | http://www.it-guru.co.uk/showthread.php?... |
| Download URL : | | |
| Demo URL : | | |
| Category : | | ASP - Database-related |
| Price : | | |
|
| Description : |
| 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. |
|
|
|
|
|
Average Rating: 0.00
Number Of Votes: 0
|
|
|
|
 |
 
  |