Home > Archive > Clipper > November 2004 > index file appearing 2 records per record
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
index file appearing 2 records per record
|
|
| hpy_awad@yahoo.com 2004-11-16, 6:43 pm |
| What makes index file appearing double twice per record . The record
appearing 2 times although it si one in the DBF?
| |
| Stephen Quinn 2004-11-16, 6:43 pm |
| ehab
> What makes index file appearing double twice per record . The record
> appearing 2 times although it si one in the DBF?
Opening the same index twice for the same DBF can cause that to happen.
Eg
USE DBF1 INDEX IDX1, IDX2, IDX1
It may also be an OS problem
- redirector problem with W95.
- mixing W2K,NT,W98,XP systems and not having applied any of the patches
- see http://www.witzendcs.co.uk/html/nt_networking.html for relevant
details
--
HTH
Steve
| |
| Stephen Quinn 2004-11-18, 8:55 pm |
| ehab
> What makes index file appearing double twice per record . The record
> appearing 2 times although it si one in the DBF?
Opening the same index twice for the same DBF can cause that to happen.
Eg
USE DBF1 INDEX IDX1, IDX2, IDX1
It may also be an OS problem
- redirector problem with W95.
- mixing W2K,NT,W98,XP systems and not having applied any of the patches
- see http://www.witzendcs.co.uk/html/nt_networking.html for relevant
details
--
HTH
Steve
|
|
|
|
|