Access 2010 with Expression Web v4

Discussion in 'Databases' started by wisemx, Dec 17, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Webcast on how to use the Access 2010 .accdb file format with Expression Web v4 on DiscountASP.NET servers:
    http://www.dasptv.com/avc-view.aspx?videoid=35&categoryid=0

    This is the web.config connection string used in the Video:

    Code:
    <configuration>
        <connectionStrings>
            <add name="acdb" connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|access2010iis7.accdb"
                providerName="System.Data.OleDb" />
        </connectionStrings>
    </configuration>
    
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    sweet.. thanks.
     
  3. Thanks bro, and kudos to you for the drivers. ;-)
    I should post a link to the Expression forums where the team states it can't be done.
     
  4. mjp

    mjp

    Ha, you should.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page