Searched refs:pSQLGetDiagRec (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/odbc32/ |
H A D | proxyodbc.c | 124 static SQLRETURN (*pSQLGetDiagRec)(SQLSMALLINT,SQLHANDLE,SQLSMALLINT,SQLCHAR*,SQLINTEGER*,SQLCHAR*,… variable 1412 if (!pSQLGetDiagRec) return SQL_ERROR; in ODBC32_SQLGetDiagRec() 1414 …ret = pSQLGetDiagRec(HandleType, Handle, RecNumber, Sqlstate, NativeError, MessageText, BufferLeng… in ODBC32_SQLGetDiagRec()
|