home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases
- Path: sparky!uunet!dcatlas!joet
- From: joet@dcatlas.dot.gov (Joe Trott)
- Subject: Re: PC Rbase Question
- Message-ID: <1992Nov12.144539.10668@dcatlas.dot.gov>
- Organization: U.S Dept. of Transportation
- References: <1992Nov6.104241.3999@memstvx1.memst.edu>
- Date: Thu, 12 Nov 1992 14:45:39 GMT
- Lines: 13
-
- mnewson@memstvx1.memst.edu writes:
-
- >I would like to know is there a way to convert a RBase table (version 3.0)
- >to ASCII format and if so what are the commands?
-
- Items in <> are parameters you supply...
-
- OUTPUT <filespec>
- UNLOAD DATA FOR <table> AS ASCII [sorted by...] [where...]
- OUTPUT SCREEN
-
- -JTT
-
-