SQLAllocStmt 매핑
애플리케이션이 ODBC 3.x 드라이버를 통해 SQLAllocStmt를 호출하는 경우 다음을 호출합니다.
SQLAllocStmt(hdbc, phstmt)
는 다음과 같이 드라이버의 드라이버 관리자에 의해 SQLAllocHandle에 매핑됩니다.
SQLAllocHandle(SQL_HANDLE_STMT, InputHandle, OutputHandlePtr)
InputHandle이 hdbc로 설정되고 OutputHandlePtr이 phstmt로 설정됩니다.