home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / MDBUTIL4.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-12-24  |  5.0 KB  |  167 lines

  1.      MDB UTILITIES .... for Visual Basic 4
  2.            Thornton Software (c) 1996
  3.  
  4.  
  5.                C O N T E N T S
  6.                ---------------
  7.  
  8.          1. What's New
  9.  
  10.          2. Program Features
  11.  
  12.          3. Registering the software
  13.  
  14.          4. Licence
  15.  
  16.  
  17.  
  18.  
  19.          ---------------------------
  20.  
  21.  
  22. 1. What's New...
  23.  
  24. [ VB4 Version ] 
  25.  
  26. This version is now for VB4 (32), the VB3 version is still available
  27. and supported if required. There are currently very few differences 
  28. between the VB3 and VB4 versions, however this may change soon.
  29. (ie... the more interest shown in the VB4 version the more I will 
  30.        develop it!)
  31.  
  32. [ Rename Table ]  14 Sep 1996
  33.  
  34. On the Table Menu an option has been added to rename a current
  35. table without losing data... a check is made that you do not
  36. enter a duplicate name!
  37.  
  38. [ Portrait / Landscape ]  14 Sep 1996
  39.  
  40. The 'Print All' button in the record viewer... (used to dump
  41. the contents of a table to the printer).. has a popup menu
  42. when pressed, this menu gives the option of printing in portrait
  43. or landscape... landscape obviously fits more fields on the page.
  44.  
  45. [ Single Structure Print ]  14 Sep 1996
  46.  
  47. This is a user request from Mr Theodore Isiah Carson..
  48. Thanks for the feedback Mr Carson.
  49.  
  50. The menu option to print the database structure now has a
  51. sub-menu... with options to print 'All tables' or just the
  52. 'current table'
  53.  
  54. [ Add # ]  17 Aug 1996
  55.  
  56. This feature is in the record viewer.. When I have my main data
  57. entry and lookup sections completed I like to fill tables with 
  58. a sample set of records to test form opening and search speed.
  59.  
  60. When you have a sample record displayed pressing 'Add #' will ask
  61. how many records you require and then create them using the current
  62. record as a template. This does mean that each record does contain
  63. basically the same data. (Except for incrementing fields!). I may
  64. work on this feature to add some randomness to the data, whowever
  65. it serves it's purpose to test size aspects.
  66.   
  67. N.B. If a unique index is active on the table.. remove before
  68.      using 'Add #' and then re-create afterwards.
  69.  
  70.  
  71.  
  72. 2. Program Features....
  73.  
  74. What MDB Utilities Does...  Shareware Version for VB 3
  75.  
  76. A general purpose database utility for any VB3 programmer.
  77. Allows all usual modifications and additions to an existing 
  78. VB3 *.mdb, fields, indexes and settings can be added, removed
  79. or changed while keeping data intact...
  80.  
  81. SQL Form allows queries to be tested or executed on the fly..
  82.  
  83. Tip.. Before opening the record viewer for a particular table,
  84.       select a field in the right list, this will then sort the
  85.       table by that field when displaying the table records.
  86.  
  87.  
  88. WARNING !!! The use of this product may create undesirable
  89. results in your vb database particularly when changing
  90. field types. Backups of the database to be altered MUST be 
  91. made prior to using MDB Utilities. The resulting data in the
  92. new tables is 'AS IS', we accept no liability whatsoever.  
  93.  
  94. Please note.... The shareware version of this program does NOT
  95. check the hard drive for enough space to make a duplicate of the
  96. database... please check hard disk space is at least double size
  97. of database!   Just in case!!!
  98.  
  99. Files required to run...
  100.  
  101.     vbrun300.dll        cmdialog.vbx
  102.     vbdb300.dll        grid.vbx
  103.     msaes110.dll        picclip.vbx
  104.     msajt110.dll        threed.vbx
  105.  
  106.  
  107.  
  108. 3. Registering the software.....
  109.  
  110. Thornton Software
  111. 68 West Park Drive, 
  112. Blackpool,Lancs,
  113. FY3 9HU,England
  114. Tel/Fax: 00 44 (0)1253 763138
  115. Compuserve 106037,2226
  116.  
  117. THIS SOFTWARE IS SHAREWARE IT IS NOT FREE FOR YOU TO USE!!!
  118. YOU MAY EVALUATE IT'S USE FOR A PERIOD OF THIRTY DAYS..
  119. AFTER WHICH YOU MUST REGISTER OR STOP USING THE SOFTWARE.
  120.  
  121. YOU MAY REGISTER ON COMPUSERVE USING SWREG # 12430
  122.  
  123. The Fee is $20   U.S. Dollars
  124.  
  125.  
  126. I am a freelance software developer......
  127. I am available for small or large projects at very competative
  128. rates.
  129.  
  130.  
  131. Regards.. Steven Thornton.
  132.  
  133.  
  134.  
  135.  
  136. 4. License.....
  137.  
  138. License
  139. -------
  140. Subject to the fee being paid.
  141. This software product is supplied on license, the product
  142. remains the property of (Thornton Software) and must not be
  143. copied (other than for backup purposes), or given away.
  144. The product is the copyright of (Thornton Software).
  145.  
  146. Warranty
  147. --------
  148. This product is supplied on an 'as is' basis, no warranty
  149. is given or implied as to the products suitability for use
  150. in your instance. It is the users responsibility to confirm
  151. detail and numeric accuracy conform to the users requirements.
  152.   
  153. Liability
  154. ---------
  155. To the extent of the law, Thornton Software shall not be
  156. liable for any damages whatsoever (including, without 
  157. limitation, damages for loss of business, profits, business
  158. interruption, loss of information or any pecuniary loss)
  159. arising from the use or inability to use this product.
  160. Entire liability under provision of this agreement shall
  161. be limited to the amount paid for this product by you.
  162.  
  163. Your statutory rights remain unaffected.
  164. Agreement governed by the laws of England.
  165.  
  166.  
  167. End..........