ConnectionFile Property

Microsoft Office Web Components Visual Basic

expression.ConnectionFile

expression    Required. An expression that returns a DataSourceControl object.

Example

This example connects the data access page to a Office Database Connection file named "SQL Northwind.odc".

MSODSC.ConnectionFile = "SQL Northwind.odc"