home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / 7991 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.3 KB  |  52 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!aplcen.apl.jhu.edu!saimiri.primate.wisc.edu!caen!uwm.edu!rpi!psinntp!psinntp!vivanet!mikes
  3. From: mikes@vivanet.com (Michael Shea)
  4. Subject: Foxbase app hangs
  5. Organization: VIVATRON Corporation 
  6. Distribution: country
  7. Date: Fri, 20 Nov 1992 00:29:30 GMT
  8. Message-ID: <Bxzo18.8BD@vivanet.com>
  9. Followup-To: mikes@vivanet.com
  10. Lines: 40
  11.  
  12.  
  13. I am having a real maalox moment...
  14.  
  15. This is the strangest thing I have ever seen.... I am writing a 
  16. small app for a client in foxbase+ and it hangs when it Selects an
  17. area.
  18.  
  19. Overview..
  20.     selects 4 areas, a-d and opens files and indexes in each.
  21.     starts in d and works through it sequentially.
  22.     DO WHILE
  23.         Gets a record from d
  24.         selects a
  25.         locates a record based on record from a
  26.         If found
  27.             opens c
  28.             gets stuff from it
  29.             opens b and writes to it...a new record
  30.  
  31.  
  32.             SELECT A     <<< IT HANGS HERE.  dumps a 15 meg core on unix
  33.                                 and sits and sits on dos.  :-(((
  34.  
  35.         I am going nutso.  Anyone ever see this before??
  36.  
  37.         I removed the .dbfs and idx's started clean.  Removed the
  38.         line(s) and even rewrote the bastard twice.  
  39.  
  40.         I have a deadline on this I will not make if this goes on. :-(
  41.  
  42.         If some kind hearted net-soul could be of assistance....  :-)
  43.  
  44.  
  45.         Thanks in advance.
  46.  
  47.  
  48.         Mike Shea
  49.         mikes@vivanet.com
  50.  
  51.  
  52.