| Author |
How do I get rid of Access.LOCKFILE.9 of MS Access
|
Rohan Kalbhor
Ranch Hand
Joined: Aug 18, 2006
Posts: 78
|
|
while working on the jdbc odbc bridge ,a file named ms access address.lockfile.9 was created,which prevented from caryying out any transactions in the database after the .class was executed how do i get ridof this lock file.... Please help PS:deleting this file is not working,its recreated [ August 25, 2006: Message edited by: Rohan Kalbhor ] [ August 25, 2006: Message edited by: Rohan Kalbhor ]
|
..............................<br />Exceptions are a part of possibility<br />Errors are a part of truth<br />................................
|
 |
Wei Dai
Ranch Hand
Joined: Jun 22, 2005
Posts: 86
|
|
|
It's a locking file which contains record-locking information, and should disappear when none visits that database.
|
 |
Vasilis Karas
Greenhorn
Joined: Mar 16, 2004
Posts: 24
|
|
Been a while since I used MS Access but there used to be an option for exclusive access. Make sure that box is not checked. Never seen that naming convention before but it's probably a new thing. Access used to create a corresponding .ldb file that contained the lock. Hope it helps.
|
 |
 |
|
|
subject: How do I get rid of Access.LOCKFILE.9 of MS Access
|
|
|