home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / biz / dbase / db / product-info < prev    next >
Encoding:
Text File  |  1995-08-25  |  2.7 KB  |  92 lines

  1. .name
  2. db
  3. .type
  4. Database
  5. .short
  6. Database with GadTool look
  7. .description
  8. db is a small and fast database program that I wrote after having tested
  9. numerous other PD database programs and always found something lacking or
  10. irritating me. They might have dozzens of features not found in db, but
  11. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  12.  
  13. My main need was to keep record on addresses and telephone numbers of
  14. friends and companies.  Before v2.0 db was fixed to be just an address
  15. and telephone database, but that has changed.  The program is designed
  16. to handle information of your choice.  Currently you have to use a file
  17. editor to specify the database fields and layout as there is no GUI for
  18. that.
  19.  
  20. Anyway that's a one time job, then you just USE the database and have fun.
  21.  
  22. Complete GUI support will probably only be included in a commercial product
  23. I plan to call REG.
  24.  
  25. A partial list of db's features include:
  26.  
  27.     o Dynamic memory handling. Number of records and fields only limited by
  28.       free memory.
  29.     o GadTool based. (Use fields of string, checkbox and cycle type)
  30.     o Mouse and keyboard driven.
  31.     o User definable fields and layout.
  32.     o Multiple views of the same database.
  33.     o Commodore's Clipboard for flexible interaction with other programs.
  34.     o AppWindow -just drag and drop database icons on db to load.
  35.     o Online MenuHelp -Press HELP key when selecting a menu item.
  36.     o Font sensitivity.
  37.     o ARexx
  38.     o ASL requesters for flexible loads and saves.
  39.     o Localized
  40.     o Dial numbers using a modem or loudspeaker
  41.     o WB and Shell usage with Commodore's template parsing
  42.     o Fast and flexible find function using AmigaDOS patterns.
  43.     o Filter function.
  44.     o Fast and flexible sort function. Multiple sort orders can be
  45.       specified.
  46.     o 'Export View' and two standard ASCII export features.
  47.     o Automatic ASCII import (tab-separated ASCII)
  48. .author
  49. David Ekholm, Datadosen
  50. .date
  51. 1995.07.11
  52. .version
  53. 2.6
  54. .distribution
  55. Freeware (Postcardware)
  56. .address
  57. Mantalsvägen 33
  58. s-175 43  JÄRFÄLLA
  59. Sweden
  60. .email
  61. david-ek@dsv.su.se
  62. .installsize
  63. 48K - 400K
  64. The is a general database program, localized and has ARexx.
  65. .construction
  66. SAS/C 6.55 (Optimized for time.)
  67. .tested
  68. A4000(18 MB mem,  OS3.0, 68040 processor)
  69. .docs
  70. db2.4/docs/db.guide
  71. .submittal
  72. Downloaded via ftp from wuarchive.wustl.edu.
  73. .execute
  74. LAB Start
  75. set choice `RequestChoice "Options selection" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
  76. if $choice GT "0"
  77.   if $choice EQ "1"
  78.     MetaTool db2.6.readme TEXT
  79.   else
  80.     if $choice EQ "2"
  81.       MetaTool Docs/db.guide GUIDE
  82.     else
  83.       if $choice EQ "3"
  84.         wbrun db
  85.       endif
  86.     endif
  87.   endif
  88.   skip Start BACK
  89. endif
  90. .aminet-dir
  91. biz/dbase
  92.