home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / DBTALK.ZIP / README.TOO < prev   
Encoding:
Text File  |  1993-06-09  |  5.8 KB  |  162 lines

  1. ==============================================================================
  2.                                    DBTALK
  3.                          APPLICATION DEVELOPMENT TOOL
  4.                                 VERSION 1.01
  5. ==============================================================================
  6.  
  7.                                    Contents
  8.  
  9.  1.   Conditions of sale
  10.  2.   Items supplied on the disk
  11.  3.   About the Author and the ADL Project
  12.  4    Installing DBTALK
  13.  5.   About DBTALK Pro
  14.  
  15. This software requires a hard disk (3.5MB), 640K of memory and VGA graphics, so 
  16. it should run on almost ANY IBM AT compatible PC.  
  17.  
  18.  
  19. ==============================================================================
  20.                            1. Conditions of sale
  21. ==============================================================================
  22.  
  23. Copyright is retained by the author. The software on this disk is public
  24. domain, and the purchaser is granted an unlimited licence to copy and
  25. distribute it, subject to the following conditions:
  26.  
  27.      No changes are made to any file
  28.  
  29.      All files on the supplied disk are included on the copy
  30.  
  31.      No charge is made other than a reasonable fee for media, postage and
  32.      copying
  33.  
  34.      Applications created by DBTALK are for personal use only. DBTALK contains
  35.      code which must not be used for commercial purposes without a license.
  36.  
  37.  
  38. ==============================================================================
  39.                     2. Items supplied on the DBTALK disk
  40. ==============================================================================
  41.  
  42. File             Content
  43. ====             =======
  44. DBTALK.ZIP       Archive of DBTALK system
  45. PKUNZIP.EXE      Archive utility            
  46. READ.ME          Brief Description
  47. README.TOO       This file
  48.  
  49.  
  50. ==============================================================================
  51.                       3. About Dele Olajide and the ADL project
  52. ==============================================================================
  53.  
  54. ADL (Application Development Language) is project I started over 5 years ago.
  55. It is based on my experience of using xBase to develop various applications for
  56. small and medium businesses. It was to provide me with a cutting edge tool
  57. which I needed at the time to remain competitive as a developer. Its
  58. requirements at that time were :
  59.  
  60. 1.   Define a 4GL which was environment independent and self documenting.
  61.  
  62. 2.   Provide an application development environment for this 4GL which would
  63.      use an interpreter for rapid prototyping and permit easy reuse of program
  64.      code and other resources.
  65.  
  66. 3.   Ability to generate efficient 3GL program code from the developer friendly
  67.      4GL.
  68.  
  69. I have managed to produce an ADL prototype but its is not efficient. In order 
  70. to create something useful out of my research and justify the time and effort 
  71. spent so far (especially to those who have been denied my attention for such 
  72. long time), I decided to produce a scaled down version of ADL.  
  73.  
  74. DBTALK represents an attempt to put most of the work on the ADL project into a
  75. usable product. It does not come near meeting all the requirements I set out
  76. for ADL but I have found it in some instances more appropriate to use than my 
  77. favourite 3GL language.
  78.  
  79.  
  80. ==============================================================================
  81.                               4. Installing DBTALK
  82. ==============================================================================
  83.  
  84. The DBTALK system is supplied in archive file DBTALK.ZIP.
  85.  
  86. To install the system type the following from the drive you wish to install 
  87. DBTALK on. For Example : 
  88.  
  89.                      D:\>a:install
  90.  
  91. The following directory structure should be created on your hard disk.
  92.  
  93. DBTALK --+----- BIN
  94.          |----- LIB
  95.          |----- RESOURCE
  96.          |----- SOURCE
  97.          |_____ DEMO
  98.  
  99.  
  100. In order to use the system, three things must be done to your environment.
  101.  
  102. 1.   You have to declare a DOS Set variable called 'PLL' which points to the
  103.      directory in which you have installed DBTALK binary code. You can put the 
  104.      SET statement into your AUTOEXEC.BAT file or any BAT file you wish to use 
  105.      to activate DBTALK.  
  106.  
  107.      For example :
  108.  
  109.      SET PLL=D:\DBTALK\BIN
  110.  
  111.  
  112. 2.   You have to declare a DOS Set variable called 'ADL' which points to the
  113.      directory in which you have installed DBTALK resources. You can put the 
  114.      SET statement into your AUTOEXEC.BAT file or any BAT file you wish to use 
  115.      to activate DBTALK.  
  116.  
  117.      For example :
  118.  
  119.      SET ADL=D:\DBTALK\RESOURCE
  120.  
  121.  
  122. 3.   You have to include the DBTALK\BIN subdirectory in the PATH statement of 
  123.      your AUTOEXEC file.  
  124.  
  125.      For example :
  126.  
  127.      PATH D:\;D:\DOS;D:\DBTALK\BIN
  128.  
  129.  
  130. To run the demo application, switch to the demo subdirectory and invoke the
  131. program. For example : 
  132.  
  133.      D:\DBTALK\DEMO\> LASER
  134.  
  135. Online Help is included. To access it type :
  136.  
  137.      D:\DBTALK\DEMO\> DBTHELP
  138.  
  139.  
  140.  
  141. ==============================================================================
  142.                      5. About DBTALK Pro
  143. ==============================================================================
  144.  
  145. DBTALK must not be used for commercial purposes. Any application developed with
  146. it must public domain or for personal use. Any violation of these terms 
  147. invalidates the software license of some of the code used in the DBTALK run-
  148. time engine which is part of the generated application. In order to get round 
  149. this problem, there is a professional version of DBTALK which uses the up-to-
  150. date commercial versions of all third-party code.  
  151.  
  152. DBTALK Pro is available for developers who wish to develop commercial
  153. applications with DBTALK. 
  154.  
  155. For more Information, support  or any problems, I can be contacted only on 
  156. Compuserve Id: 100025,1561 
  157.  
  158.  
  159.  
  160.  
  161.  
  162.