ODBCError interface
Office 2013 and later
Represents an ODBC error generated by the most recent ODBC query.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
The ODBCError object is a member of the ODBCErrors collection. If the specified ODBC query runs without error, the ODBCErrors collection is empty. The errors in the collection are indexed in the order in which they’re generated by the ODBC data source.
Use ODBCErrors(index), where index is the index number of the error, to return a single ODBCError object.
Show: