home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / 6643 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!psgrain!ee.und.ac.za!hippo!shannon!pc47.ee.wits.ac.za!diesel
  3. From: diesel@odie.ee.wits.ac.za (Bruce Diesel )
  4. Subject: HELP - Cannot get APPEND to work in Clipper 5.01
  5. Message-ID: <diesel.48@odie.ee.wits.ac.za>
  6. Sender: news@shannon.ee.wits.ac.za
  7. Organization: Wits Electrical Engineering (Novell Users).
  8. Date: Wed, 9 Sep 1992 18:24:42 GMT
  9. Lines: 30
  10.  
  11. PLEEEEEAAAASE HELP
  12.  
  13. For some reason, probably my error, I cannot get the APPEND command to work 
  14. in CLIPPER 5.01.
  15.  
  16. Will somebody please slap me on the forehead and explain why the following 
  17. does not work?
  18.  
  19. SELECT 1
  20. USE file1
  21. SET INDEX TO file1ntx
  22.  
  23. APPEND FROM file2.dbf;
  24.        FOR ((StartNo <= job_no) .AND. (StopNo >= job_no))
  25.  
  26. NOTE: The lcondition used in the FOR part of the command works fine in a 
  27. COPY TO command. This is an abbreviated version of what I've written so I 
  28. hope the error is elsewhere.
  29.  
  30. The program just flies through this piece of code!!!!
  31.  
  32. Thanks in advance.
  33.    Bruce
  34. **********************************************************************
  35. *  Bruce Diesel            (011) 716-5444                            *
  36. *  University of the Witwatersrand                                   *
  37. *  Johannesburg                                                      *
  38. *  South Africa            DIESEL@odie.ee.wits.ac.za                 *
  39. **********************************************************************
  40.  
  41.