See Also: OdbcError Members
This class is created by the System.Data.Odbc.OdbcDataAdapter whenever an error occurs. Each instance of System.Data.Odbc.OdbcError created by the System.Data.Odbc.OdbcDataAdapter is then managed by the System.Data.Odbc.OdbcErrorCollection class, which in turn is created by the System.Data.Odbc.OdbcException class.
If the severity of the error is too great, the server may close the System.Data.Odbc.OdbcConnection. However, the user can reopen the connection and continue.