Ispirer Website
Ispirer Toolkit Overview
Free Trial
ODBC - SQLAllocHandle Function
ODBC - SQLAllocHandle | |
---|---|
Syntax | SQLRETURN SQLAllocHandle(SQLSMALLINT HandleType, SQLHANDLE InputHandle, SQLHANDLE* OutputHandlePtr); |
Description | Allocates an environment, connection, statement, or descriptor handle. |
Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_INVALID_HANDLE, or SQL_ERROR |
Equivalents in Other Databases API
Database API | Equivalent |
---|---|
Sybase CT-LIB | ct_cmd_alloc |