
This data provider can be used to access data from Microsoft Access files. Depending on the installed drivers, it automatically chooses between the JET and ACE drivers. If both are installed, ACE is used.
'Declaration
Public NotInheritable Class AccessDataProvider Inherits OleDbConnectionDataProvider Implements ICanHandleUsedIdentifiers, IDataProvider, combit.Reporting.ISupportsLogger
public sealed class AccessDataProvider : OleDbConnectionDataProvider, ICanHandleUsedIdentifiers, IDataProvider, combit.Reporting.ISupportsLogger
public ref class AccessDataProvider sealed : public OleDbConnectionDataProvider, ICanHandleUsedIdentifiers, IDataProvider, combit.Reporting.ISupportsLogger
AccessDataProvider provider = new AccessDataProvider(@"c:\users\public\nwind.mdb"); LL.DataSource = provider; LL.Design();
Dim provider As New AccessDataProvider("c:\users\public\nwind.mdb") LL.DataSource = provider LL.Design()
System.Object
combit.Reporting.DataProviders.DbConnectionDataProvider
combit.Reporting.DataProviders.OleDbConnectionDataProvider
combit.Reporting.DataProviders.AccessDataProvider