OLEDBError Interface 

Represents an OLE DB error returned by the most recent OLE DB query.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class lEDBErrorImplementation
    Implements OLEDBError
End Class
Dim lEDBErrorImplementation1 As New lEDBErrorImplementation()

Syntax

Public Interface OLEDBError
public interface OLEDBError
public interface class OLEDBError
public interface OLEDBError
public interface OLEDBError

Remarks

The OLEDBError object is a member of the OLEDBErrors collection. If the specified OLE DB query runs without error, the OLEDBErrors collection is empty. The errors in the collection are indexed in the order in which they're generated by the OLE DB provider.

Use OLEDBErrors(index), where index is the index number of the OLE DB error, to return a single OLEDBError object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

OLEDBError Members