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