|
|
| Transaction Handling [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
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 |
|  | |
Using transactions in Web applications is often advisable, particularly if you're dealing with databases. Author: ElementK Journals Code: ASP 3.0 & VBScript |
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 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|