home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / proglang / dbstru.arj / DBSTRU.DOC < prev   
Text File  |  1990-09-21  |  824b  |  27 lines

  1.          DBSTRU - List dBASE file structures from the DOS prompt
  2.          =======================================================
  3.  
  4.                          By David A Pearson
  5.  
  6.  
  7.          Syntax:
  8.  
  9.          dbstru <filename>.<dbf> [/p]
  10.  
  11.          If <filename>.<ext> is a valid dBASE type file the structure
  12.          will be displayed on the screen. The /p flag will pause the
  13.          display on each screen full.
  14.  
  15.          I find this a handy utility to create files holding structure
  16.          information on each of the database files used by the system
  17.          that I am working on. That way, if I forget a field name I
  18.          can load up the structure file an find out what it is. eg:-
  19.  
  20.          dbstru customer.dbf > customer.str
  21.  
  22.          Have fun,
  23.  
  24.                         David A Pearson
  25.  
  26.  
  27.