
Clipper 5.2e and Win95 network
On Fri, 25 Apr 1997 07:32:32 -0600, Ron Walton
Quote:
> Has anyone used Clipper 5.2e with a Win95 network? When I have a
>single workstation using the app, there are no problems. When I have
>two workstations trying to access a shared database, I get several
>errors.
> One of the errors is that the index cannot be created. There is
>plenty of hard drive space. Another error is that the remote computer
>is not responding. This is on a peer-to-peer network.
> I open the database for sharing and then 'flock' it before
>reindexing. That's where the errors come in, even though the other
>workstation is not accessing the file at the time.
> Any suggestions would be appreciated. Would the network functions
>in CA-Tools work better?
>Thanks,
>Ron
Ron,
I have multiply clipper apps on win95 networks.
Assuming ntxrdd.
As I understand it, REINDEX requires EXCLUSIVE use of the dbf.
INDEX ON does not require exclusive of the dbf BUT DOES try to
open/create the index.ntx file EXCLUSIVEly.
If the index you are creating is in use/open by someone else, an error
should occur (overwriting an existing index file currently in use -
cannot open file exclusive).
If the new index is to be temporary, create a unique name for the
index -or- create the index on the local drive so it is available to
the user who created it only.
For permanent indices, open the dbf exclusively.
Quote:
>Another error is that the remote computer
>is not responding.
Not exactly sure what you mean here.
Is the drive shared?, write access enabled? Problem occurrs when, how
exactly? Problem with clipper app only or others as well?
Tony.
Tony James