|
|||||
function | SQLAllocHandle |
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 SQLAllocHandle ( value counter 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:
---- |