SQLError 映射

当应用程序通过 ODBC 3.x 驱动程序调用 SQLError 时,调用

SQLError(henv, hdbc, hstmt, szSqlState, pfNativeError, szErrorMsg, cbErrorMsgMax, pcbErrorMsg)   

映射到

SQLGetDiagRec(HandleType, Handle, RecNumber, szSqlstate, pfNativeErrorPtr, szErrorMsg, cbErrorMsgMax, pcbErrorMsg)  

HandleType 参数设置为值SQL_HANDLE_ENV、SQL_HANDLE_DBC或SQL_HANDLE_STMT,并根据需要将 Handle 参数设置为 henvhdbchstmt 中的值。 RecNumber 参数由驱动程序管理器确定。