ODBC_INIT Function

Initiates an ODBC session.

Restriction: See "Supported Platforms Guide" on the PV-WAVE Documentation website 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