2 references to GetDiagErrors
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (2)
472OdbcErrorCollection errors = ODBC32.GetDiagErrors(null, hrHandle, retcode); 479OdbcException e = OdbcException.CreateException(ODBC32.GetDiagErrors(null, hrHandle, retcode), retcode);