Teilen über


SQLAllocStmt-Zuordnung

Wenn eine Anwendung SQLAllocStmt über einen ODBC 3.x-Treiber aufruft, rufen Sie folgendes auf:

SQLAllocStmt(hdbc, phstmt)  

wird SQLAllocHandle vom Treiber-Manager im Treiber wie folgt zugeordnet:

SQLAllocHandle(SQL_HANDLE_STMT, InputHandle, OutputHandlePtr)  

wobei InputHandle auf hdbc und OutputHandlePtr auf phstmt festgelegt ist.