Database not recognized

Discussion in 'Databases' started by pk0321, Mar 20, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am having a hard time getting my web.config file set up to recognize my access database. I am very new to web applications and I am trying to get a sample application up and running.

    My sample database southwind.mdb islocated inthe \_database folder

    add key="DatabaseSouthwind.mdb1" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source='e:\web\mcdgmibiz00\_database\southwind.mdb';Jet OLEDB:Database Locking Mode=1;Mode=16" />

    Can someone please help me get this right?
     
  2. I'd seriously recommend using connection for Access in your code pages rather than the web.config...
    It will be a lot easier for you to both test and maintain.

    If that seems doable let me know and I'll help you work it out.
    Salute,
    Mark
     
  3. My problem is that I am using Iron Speed Designer and it sets up access through the web config. I can add custom code to the app but the connection is through the web config file.


    Everything runs fine on my local machine through IIS but when I upload it to the server it can't find the database?
     
  4. I am having no luck - whenever you have time will be fine.

    Thanks[​IMG]
     
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