Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem accessing database file

Status
Not open for further replies.

simmohall

Programmer
Jun 11, 2002
7
AU
I have this problem where a access database is located on a server and currently accessed by about 6 machines using a VB front end

For some reason the access database cannot now be written to. The application will not allow the database to be saved.

When opening the database on the server it says that the database is read only (when this is not the case) and you can't do things like compact and repair, remove or rename the file.

Why does this happen, even the locking file isn't there?....

Simon
 
Not sure why it happened. Do you have a backup? Can you create a new MDB and then import all of the objects from the old to the new? Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
Check the read/write permissions you have on the server. If you do not have the proper write permissions, then it will be read-only to you.

Tom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top