TeleFlow Step 0830

TeleFlow Step 0830

From TeleFlow

Jump to: navigation, search

Image:Iv_830.gif 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

Image:Iv_800.gif DB Connect
Image:Iv_805.gif DB Disconnect
Image:Iv_835.gif SQL Fetch
Image:Iv_810.gif SQL Statement