|
|||||
function | SQLAllocEnv |
Sample Code | Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter 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:
---- |