ODBCError Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an ODBC error generated by the most recent ODBC query.
public interface class ODBCError
[System.Runtime.InteropServices.Guid("0002442C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ODBCError
Public Interface ODBCError
- Attributes
Remarks
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.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
ErrorString |
Returns the ODBC error string. |
Parent |
Returns the parent object for the specified object. |
SqlState |
Returns the SQL state error. |