Results 1 to 3 of 3

Thread: access database problems

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870

    access database problems

    when i try to run an asp.net page off an access database i get the following error:

    Cannot start your application. The workgroup information file is missing or opened exclusively by another user.

    I don't know what the work group file is, but i know it isn't opened exclusively by another user.

    Any ideas?

    Thanks
    Nick

  2. #2
    Fanatic Member Redth's Avatar
    Join Date
    May 2001
    Location
    Ontario, Canada
    Posts
    551
    hmm, my old days of access are a bit cloudy, but it seems to me that the error you're getting is a file access error... umm, are you working with the database file in access at the same time that you are trying to run your script? This could be a cause, if memory serves me correct....

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Disconnect from the DB in the server explorer toolbar by right clicking on it.

    I had this problem also. The .NET IDE opens a connection to the DB, and this creates the error your talking about because it keeps it open. If you close the connection manually though, your app should start to work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width