|
-
Feb 25th, 2003, 06:07 PM
#1
Thread Starter
Hyperactive Member
locks in MS Access?
does anybody know how I would go around the locks on a database?
I want to edit a database but when I try to open it it says: "Could not open the locks" or something familiar to that...
If I copy/paste it in a different folder it works..so would that mean the restriction is from access or from Novell (that is on the server)
-Emo
-=VB6 Enterprise Edition=-
-=VC++6Enterprise Edition=-
«¤E³m°O²™¤»
-
Feb 25th, 2003, 08:32 PM
#2
PowerPoster
Dunno if you were in Access and you tried to edit something you couldnt it would say something like "Cannot locate row for editing" or "row is locked blah blah" or "Cannot open database for editing as it is open exclusively by user" or "Cannot open database for editing"
But it'd still open into access.
If it were Novell it would say it before you open Access.
The easiest way to test is copy the file in the same directory but with a different name then try it.
This should tell you if it's Directory Permissions or Access locks.
b
-
Feb 26th, 2003, 09:33 AM
#3
Thread Starter
Hyperactive Member
well I figuered it's both...
first it wont let me make any new files in that folder "Access is denied" ..then when I try to open the database from that folder it says:
"Could Not Lock File" and it's not loading it..
is it maybe because there is 2 files that folder and the second one has a little lock icon on it that locks the frist one??
-Emo
-=VB6 Enterprise Edition=-
-=VC++6Enterprise Edition=-
«¤E³m°O²™¤»
-
Feb 26th, 2003, 10:15 AM
#4
Frenzied Member
The little lock is because this is an mde file it is locked and can't be edited anymore.
No changes on the database can be made .
You should check for an mdb file which can be modified.
for updating, adding, editing records this works in both files.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Feb 26th, 2003, 10:38 AM
#5
Thread Starter
Hyperactive Member
Actually I just got it to work... it was the Novell privileges...
thanks a lot!
-Emo
-=VB6 Enterprise Edition=-
-=VC++6Enterprise Edition=-
«¤E³m°O²™¤»
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|