Keyword not supported: 'provider'

Discussion in 'Databases' started by mambo, Jun 26, 2008.

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

    (I made this post but didnt see it in the list; sorry if it appears twice!)

    I have an error coming up anytime i try to read my Ms Access 2003 database from the remote server. I suspect it comes from my connection string which is:



    <add name="ConflicTrackerConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\ConflicTracker.mdb;Persist Security Info=True"


    providerName="System.Data.OleDb" />


    However, this error does not show up in my local machine and I am able to work fine with the database. It was also working fine in a previous hosting that i have just moved from. Any help?


    you can replicate the error here: www.conflictracker.org/dataforms/category.aspx


    Thanks



    Mambo
     
  2. Hi,
    Try and put your conn string all on one line in the config and see if that clears it up.
    Seems to be getting delimited.
    Salute,
    Mark
     
  3. Amazing... It worked!


    Thanks, Mark
     
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