ODBC_EXIT Procedure
Exit the PV‑WAVE ODBC Connection environment established by ODBC_INIT.
 
Restriction
See "Supported Platforms Guide" on the PV-WAVE Documentation website to check if this function is available on your operating system.
Usage
ODBC_EXIT, env_handle
Input Parameters
env_handle—The environment handle returned from ODBC_INIT.
Discussion
The ODBC_EXIT call is necessary to free the ODBC environment set up by the ODBC_INIT call.
Example
ODBC_EXIT, env_handle 
See Also