home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tcu_32.zip / TCU32_DB.ZIP / README.DB < prev    next >
Text File  |  1991-08-01  |  3KB  |  77 lines

  1.  
  2. TCU Database Option
  3. ===================
  4.  
  5.  
  6. The TCU database option to TCU version 3.2 is designed to extend the
  7. TCU form services by providing a means of creating databases of form
  8. records.  Records may be quickly located, added, deleted, updated,
  9. etc.
  10.  
  11. This option installs itself into the existing TCU 3.2 installation.
  12. If you do not currently have TCU 3.2, this option should not be
  13. installed.
  14.  
  15. The database option contains a installation program very like that
  16. supplied with TCU 3.2.  In order to install the database option the
  17. following simple steps should be taken.
  18.  
  19.   1.  Copy all files from the distribution archive, TCU_DB.ZIP,
  20.       into a temporary directory.
  21.  
  22.   2.  Move into the temporary directory now containing the files
  23.       from the archive and execute the program TCUDBINS.
  24.  
  25.   3.  Complete the installation using the installation program.
  26.  
  27.   4.  You may now delete the files in the temporary directory and
  28.       the directory itself.  The TCU database option will now be
  29.       installed.
  30.  
  31.  
  32.  
  33. dBASE III+ Databases
  34. --------------------
  35.  
  36. A utility program is provided to convert dBASE III+ databases into
  37. TCU database format.  Note that dBASE indices are not used, but may
  38. be specified new with the import program, DB3TOTCU.  In order to
  39. perform the import, a TCU form file must be created which contains
  40. AT LEAST the fields from the dBASE database.  The dBASE field names
  41. must be the same as the names given to the fields in the TCU form
  42. file.  dBASE field names which are longer than 8 characters are
  43. truncated to 8 characters during the import, e.g. a dBASE field with
  44. the name FIRST_NAME must match a TCU form field with the name FIRST_NA.
  45.  
  46. When the form has been created, it should be compiled using the TCU
  47. forms compiler, FCOMP to a .CFO file.  Execute the DB3TOTCU utility
  48. with the parameters:
  49.  
  50.   db3totcu <dBASE file name> <TCU form name> <TCU DB name>
  51.  
  52. An example database and form is provided to go with the example
  53. program.  To compile the form and generate the TCU database required
  54. by the example, perform the following:
  55.  
  56.   \> fcomp dbform
  57.   \> db3totcu demo_db dbform demo_db
  58.  
  59. You may then execute the DBDEMO example program which you must first
  60. compile.
  61.  
  62. ----------------------------------------------------------------------
  63.  
  64. Any questions and/or problem reports should be addressed to:
  65.  
  66.         Karl Keyte
  67.         TCU Users Group
  68.         Gross-Gerauer Strasse 10
  69.         6108 Weiterstadt
  70.         Germany
  71.  
  72. If possible, send your problem in program form on a diskette so that
  73. it can be examined more quickly, reliably and easily.  The disk will
  74. be returned to you with the answer, a patch if necessary and the
  75. latest version of TCU (if a 1.44 MB disk is sent).
  76.  
  77. ----------------------------------------------------------------------