Optional PV-WAVE Documentation
>
ODBC Connection User Guide
>
Reference
>
ODBC_INIT Function
ODBC_INIT Function
Initiates an ODBC session.
Restriction
See
Support for optional PV-WAVE modules
to check if this function is available on your operating system.
Usage
env_handle
= ODBC_INIT( )
Input Parameters
None.
Returned Value
env_handle
—An ODBC environment handle, as returned by ODBC_INIT.
Example
; This is the first call required to initialize an ODBC session.
env_handle = ODBC_INIT( )
See Also
ODBC_EXIT
This site works best with JavaScript enabled