home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / database / db2bas / readme.txt < prev   
Text File  |  1994-09-15  |  2KB  |  89 lines

  1. Author
  2. ------
  3. Peter G Jones
  4. Zero-1 Software Ltd.
  5. PO Box 4475
  6. Christchurch
  7. New Zealand
  8.  
  9. Phone/Fax:  64, 3, 352 6481
  10.  
  11. CIS 100032,40
  12.  
  13.  
  14. MDB->BAS v 1.2  14 Sep 94
  15. -------------------------
  16. This is a simple VB app that reads the structure of a MS Access MDB
  17. database file and produces the necessary VB code to create the file.
  18.  
  19. It handles all of the usual field and table attributes including
  20. attached tables, version 1.0 and 1.1, query defs etc.
  21.  
  22. I also optionally produces documentation of the MDB in the form of
  23. source code comments.
  24.  
  25. Usage
  26. -----
  27. Typically I create an MDB file with Access and when I am happy with
  28. the structure of the MDB I use this to generate the code.
  29.  
  30. If you dont save yourself at least 1 hours coding with this handy
  31. little tool I'd be most surprised.  I know it's saved me at least 20
  32. hours this month!
  33.  
  34. Requirements
  35. ------------
  36. This unregistered version requires the Access DLLs and the common
  37. dialog VBX.
  38.  
  39. To use the generated code you will of course need VB 3 Pro.
  40.  
  41. Limitations
  42. -----------
  43. I have not tried this with version 2 MDB's.  If you have the
  44. compatability layer installed it may work though provided you do not
  45. select the Version 1.0 option.
  46.  
  47. The unregistered version will only allow you to print the generated
  48. code. Registration allows saving of code to file as well as viewing
  49. on screen.
  50.  
  51. Registration & Source Code
  52. --------------------------
  53. The registration fee is US$20. For this, you get the compiled version
  54. as well as the full source code!
  55.  
  56. CIS SWREG is 3070.
  57.  
  58.  
  59. Disclaimer
  60. ----------
  61. I take no responsibility for anything that doesn't work and full
  62. responsibility for everything that does!  And if you think you can
  63. sue me then think again!  I run faster than any lawyer I know!
  64.  
  65.  
  66.  
  67. Revision History
  68. ----------------
  69.  
  70.    * Version 1.0, June 1994
  71.          Initial public release.
  72.  
  73.    * Version 1.1, July 20 1994
  74.          Altered code generation to use a single set or arrays rather
  75.          than two arrays for each table.  This fixed memory problems.
  76.  
  77.          Added langauge support combo box.
  78.  
  79.          Minor fixes to generated code.
  80.  
  81.          SWREGification.
  82.  
  83.    * Version 1.2, September 14, 1994
  84.          Altered status display for speed!
  85.  
  86.  
  87.  
  88.  
  89.