TeleFlow Step 0815
From TeleFlow
DB Lock Step
Locks the most recently fetched record so that no other application is able to update it. An attempted update will result in a failure. The lock is released once a SQL End or a SQL End Transaction is encountered.
Note: Please refer to the SQL Users Guide for more information about SQL programming in TeleFlow.
Properties
SQL handle: Each subsequent SQL command to the SQL Statement must be assigned a matching number, or handle, in order relate commands together. This number must range from one to nine. e.g.: 1 or @HANDLE
Action Steps
Related Steps
DB Connect
DB Disconnect
SQL Begin Transaction
SQL End Transaction
SQL End
SQL Fetch
SQL Statement
