Mastering PowerBuilder

HomePrevious Lesson: Transaction Options
Next Lesson: Requires Transaction

Supports Transaction

Methods in this type of component can execute in the context of a Jaguar transaction, but a transaction is not mandatory in order to execute the component's methods. If the component is instantiated directly by a client, say PowerBuilder application, Jaguar does not begin a transaction. If the client calls another component, which executes within a transaction context and calls this component, then this component executes in the same transaction.
HomePrevious Lesson: Transaction Options
Next Lesson: Requires Transaction