Documentation for this section has not yet been entered.
The System.Web.UI.WebControls.AccessDataSource control can be used only with the System.Data.OleDb .NET data provider, and the connection string that System.Web.UI.WebControls.AccessDataSource uses is specific to this provider. Therefore, the System.Web.UI.WebControls.AccessDataSource control exposes connection string settings, such as the AccessDataSource.DataFile property, as a property and constructs a connection string at run time using the values of the AccessDataSource.ConnectionString property, if set.