Utility Functions : List of Utility Functions : stm_finish_uad

stm_finish_uad
Completes the information retrieval session so the database is closed for transactions. This is performed after the last Dataport function call.
Function Type
void
Syntax
stm_finish_uad ()
Example
The information retrieval process in a program concludes with the following:

stm_finish_uad();
.
.