ODBCConnection Interface

Represents the ODBC connection.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002448E-0000-0000-C000-000000000046")> _
Public Interface ODBCConnection
'Usage
Dim instance As ODBCConnection
[InterfaceTypeAttribute()]
[GuidAttribute("0002448E-0000-0000-C000-000000000046")]
public interface ODBCConnection

Remarks

An ODBC connection can be stored in an Excel workbook. When Micrososft Excel opens the workbook, Excel creates an in-memory copy of the ODBC connection known as the ODBCConnection object.

An ODBCConnection object contains information related to the connection, such as the name of the server to connect to and the name of the objects to be opened on that server. Optionally, the ODBCConnection object may also include authentication credential information, or a command that is to be passed to the server and executed (for example, a SELECT statement to be executed by SQL Server).

See Also

Reference

ODBCConnection Members

Microsoft.Office.Interop.Excel Namespace