rianeiromiron
Programmer
Hello there!
I have the following problem, but first I'll describe my working environment:
Novell Netware network
Users running Windows 2000
The machine I use for devoloping applications has Win98.
Users run VFP 6.0 .EXEs files from .EXE main program.
Here's the problem:
When a program (user) opens a table that belongs to a database, the table will no longer be available to other users. That is, if user A opens table TB1 and user B tries to open TB1, B receives a "File access denied" message.
What I did to try to fix the problem was:
1) SET EXCL OFF in user A program (Did not work)
2) Open the table using USE TB1 SHARED (Did not work)
3) Explicitly open the database using OPEN DATABASE MY_DATABASE SHARED (Did not work)
The file attribute for the files I'm opening is set to shared by Novell.
Can anyone help?
Thanks in advance
Rianeiro
I have the following problem, but first I'll describe my working environment:
Novell Netware network
Users running Windows 2000
The machine I use for devoloping applications has Win98.
Users run VFP 6.0 .EXEs files from .EXE main program.
Here's the problem:
When a program (user) opens a table that belongs to a database, the table will no longer be available to other users. That is, if user A opens table TB1 and user B tries to open TB1, B receives a "File access denied" message.
What I did to try to fix the problem was:
1) SET EXCL OFF in user A program (Did not work)
2) Open the table using USE TB1 SHARED (Did not work)
3) Explicitly open the database using OPEN DATABASE MY_DATABASE SHARED (Did not work)
The file attribute for the files I'm opening is set to shared by Novell.
Can anyone help?
Thanks in advance
Rianeiro