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