Hits Today: 1 Total: 7324 | Updated: 6/16/2003 | |
 | Transactions are often very helpful for database manipulation. They allow an all-or-none approach - if something, anything, fails then have the whole process fail rather than just part of it. Author: asp101.com Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 12625 | Updated: 12/24/2000 | |
 | 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. Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 971 | Updated: 2/19/2007 | |
 | This ASP article will show you how to manage database transactions using classic Microsoft ADO object. Written in Italian, but code is written in English. Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 6210 | Updated: 8/18/2002 | |
 | Using transactions in Web applications is often advisable, particularly if you're dealing with databases. Author: ElementK Journals Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 3579 | Updated: 1/16/2004 | |
 | With transactional Web pages, it's now possible to create solutions that have many of the same advantages of component-based solutions but that are written completely in script. Author: Scott Hillier Code: ASP 3.0 & VBScript | |  | |
|