TeleFlow Step 0830
From TeleFlow
SQL End Step
This step ends/closes a SQL handle created by the SQL Statement step. Although it may be a "good practice" to end all SQL handles created in a TeleFlow Application when it is finished with them, it is not strictly necessary. When a SQL Statement step uses a handle that is already in use, it ends the existing handle automatically first, freeing it for use for the new statement. See the SQL Statement step topic for more information on SQL handles.
Note: Please refer to the SQL Users Guide for more information about SQL programming in TeleFlow.
Properties
SQL handle (1..9): The SQL handle of the statement to end.
Action Steps
None.
Related Steps
DB Connect
DB Disconnect
SQL Fetch
SQL Statement
