What Is Transaction Engine 3?

This chapter presents the main features of the transaction A transaction is a group of SQL statements whose effects are logically connected. Anything from simple queries to inserting, and deleting operations can be considered a transaction, as well as more complex groups of several statements which accomplish a specific task. engine. In order to provide better PHP code, MX Kollection 3 uses a set of PHP classes known as the Transaction Engine 3.

The Transaction Engine 3 is a new transaction engine version supporting PHP, ColdFusion and ASP VbScript.

The Transaction Engine 3 has been designed to act as a framework which allows developers encapsulate application login, in order to create powerful applications easier.

The Transaction Engine 3 allows developers to associate application triggers with standard database A database refers to data organized and stored on a computer that can be searched and retrieved by a computer program. Most industrial-strength and many smaller database applications can be addressed using SQL (Structured Query A query is a SQL command that will extract information from the tables of a database. Essentially, a query is a request for information from your database. Language). related transactions, like sending an email after a record was inserted, or checking referential integrity from the application.

The Transaction Engine 3 implementation is object oriented.

Contents

Concepts

Transactions

General Triggers