|
||||||||||
|
|
||||||||||
| Related Syntax | Other Library Functions | |||||||||
| function | SQLAllocHandle |
|
|
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 SQLAllocHandle
( value integer HandleType,
read-only SQL_handle_type InputHandle,
read-only SQL_handle_type OutputHandle )
Allocates an environment, connection, statement, or descriptor handle. This is a generic function for allocating handles. It replaces the following ODBC 2.x functions:
Input arguments:
| ---- |