home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7681 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!doc.ic.ac.uk!uknet!mucs!cs.man.ac.uk!paulb
  2. From: paulb@cs.man.ac.uk (Paul Bean)
  3. Newsgroups: comp.databases
  4. Subject: Clipper 5.01 left over locks
  5. Message-ID: <paulb.721055967@cs.man.ac.uk>
  6. Date: 6 Nov 92 13:19:27 GMT
  7. Sender: news@cs.man.ac.uk
  8. Lines: 18
  9.  
  10. I have a program which is to run on both a network and single user.  I
  11. use the locks.prg supplied with clipper to do the appropriate locking
  12. for me.  I have one version so I do the locking even if it is on a
  13. single user dos machine.  I was running it single user yesterday (Dos
  14. 5.01 by the way) when it keeled over with not enough memory.  I
  15. removed a couple of drivers so that there was enough memory for it to
  16. run and went in again, however when the program came to open the dbfs
  17. that were exclusively locked when it went down it could not
  18. open them(in shared mode).  I presumed that the lock information was
  19. held in the dbfs so I deleted these and went to a backup.  However
  20. when I tried to run the program it still wouldn't let me open the
  21. previously locked files.  I tried moving everything to a new
  22. directory,still no joy.  I have tried ringing Computer Associates who
  23. could not suggest anything.  Does anyone know where the lock
  24. information is held ? and how I can get rid of it.  This is becoming a
  25. real pain.
  26.  
  27. Thanks in advance Paul 
  28.