combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / AccessDataProvider Class
Members Example


In This Topic
    AccessDataProvider Class
    In This Topic

    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.

    Object Model
    AccessDataProvider Class
    Syntax
    Example
    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()
    Inheritance Hierarchy

    System.Object
       combit.Reporting.DataProviders.DbConnectionDataProvider
          combit.Reporting.DataProviders.OleDbConnectionDataProvider
             combit.Reporting.DataProviders.AccessDataProvider

    Requirements

    See Also