TeleFlow Step 0825

TeleFlow Step 0825

From TeleFlow

Jump to: navigation, search

Image:Iv_825.gif SQL End Transaction Step
Ends the transaction defined by SQL Begin Transaction. The database can be returned to the state it was in before the SQL Begin Transaction, or the recent changes can be committed, or saved permanently.

Note: Please refer to the SQL Users Guide for more information about SQL programming in TeleFlow.

Properties

Parameters: Determines whether the transaction defined by the SQL Begin Transaction are committed or rolled back, based on which radio button option is selected. The radio buttons are:

  • Commit / Save changes to database
  • Rollback / Discard changes


Action Steps

None.

Related Steps

Image:Iv_800.gif DB Connect
Image:Iv_805.gif DB Disconnect
Image:Iv_815.gif DB Lock
Image:Iv_820.gif SQL Begin Transaction
Image:Iv_830.gif SQL End Transaction
Image:Iv_835.gif SQL Fetch
Image:Iv_810.gif SQL Statement