home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7792 < prev    next >
Encoding:
Text File  |  1992-11-12  |  628 b   |  24 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: PC Rbase Question
  5. Message-ID: <1992Nov12.144539.10668@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <1992Nov6.104241.3999@memstvx1.memst.edu>
  8. Date: Thu, 12 Nov 1992 14:45:39 GMT
  9. Lines: 13
  10.  
  11. mnewson@memstvx1.memst.edu writes:
  12.  
  13. >I would like to know is there a way to convert a RBase table (version 3.0)
  14. >to ASCII format and if so what are the commands?
  15.  
  16. Items in <> are parameters you supply...
  17.  
  18. OUTPUT <filespec>
  19. UNLOAD DATA FOR <table> AS ASCII [sorted by...] [where...]
  20. OUTPUT SCREEN
  21.  
  22. -JTT
  23.  
  24.