|
||||||||||
|
||||||||||
Related Syntax | Other Library Functions |
function | SQLAllocEnv |
![]() |
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: Integer Returns: An SQL return code. The following values may be returned:
|
define external integer function SQLAllocEnv ( read-only SQL_handle_type EnvironmentHandle )
Allocates an environment handle and initializes the ODBC call level interface for use by an application. An application must call SQLAllocEnv
prior to calling any other OMODBC function.
This function has been superseded by SQLAllocHandle
in ODBC 3.0.
Input argument:
---- |