home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / PROGRAMS / DDL_MGR / README.TXT < prev    next >
Encoding:
Text File  |  1993-10-04  |  3.0 KB  |  125 lines

  1.  
  2. DDL Manager Version 1.1 - by MM Technology
  3. ------------------------------------------
  4.  
  5. Welcome to the world of VB and the MS Access Database Engine.  
  6. Now that you're here you've probably discovered that its 
  7. somewhat difficult to set up your database using VB. Data 
  8. Manager dosen't go far enough, and Access looks pretty but has 
  9. some drawbacks. Well DDL Manager should make things a little easier 
  10. for you... Here are some of the things you can do...
  11.  
  12. Database
  13. --------
  14. Create Databases from scratch
  15. Repair and Compact Databases
  16. Copy Databases
  17. Delete Databases
  18. Foreign Language support
  19.  
  20. Tables
  21. ------
  22. List all tables
  23. Add,Change Delete Tables
  24.  
  25. Fields
  26. ------
  27. List all fields in a table
  28. Add,Change Delete fields
  29. Counter fields support
  30.  
  31. Indexes
  32. -------
  33. List all Indexes in a table
  34. Add,Change,Delete Indexes
  35.  
  36.  
  37. Query Defs/SQL
  38. --------------
  39. List all Query's Database
  40. Add,Change,Delete Query Definitions
  41. Execute SQL against a database
  42. Modify the return dynaset in a grid
  43. Save changes back to the database
  44.  
  45. Usage
  46. -----
  47. We have tried to make the program as intuitive as possible, so 
  48. you should have little problem getting up and running quickly. 
  49. Simply attach to a database and start modifying the Database 
  50. Data Dictionary... its that easy... Here are a few tips...
  51.  
  52. Tip 1
  53. -----
  54. You can use your right mouse button to click on a field index 
  55. or querydef, and it will pop up a menu.
  56.  
  57. Tip 2
  58. -----
  59. The grid can handle very large dynasets, since it possess 
  60. "Virtual Capability". Note the unusual vertical scrollbar and 
  61. the power this implies.
  62.  
  63. Tip 3
  64. -----
  65. Before attempting to add change or delete an field, make sure 
  66. your focus is in the list of that object you wish to change.
  67.  
  68.  
  69.  
  70. Installation
  71. ------------
  72. Create a directory eg. d:\DDL
  73.  
  74. Unzip the files into this directory
  75.  
  76. If you wish you can move the VBX's to the windows\system 
  77. directory
  78.  
  79. Add a program item to your desktop, choosing DDLMGR.exe as the 
  80. executable filename
  81.  
  82. Make this directory you're working directory as well.
  83.  
  84.  
  85. Requirements : (not supplied)
  86. --------------
  87. Win 3.1
  88. Visual Basic Version 3.0a or later
  89. MS/Access Engine Version 1.1
  90. VBRun300.DLL
  91.  
  92. IMPORTANT :  This program assumes you have the VB Development 
  93. environment installed on your machine. You must have the MS/Access
  94. DLL's as well as the common dialogs (cmdlg.dll and cmdlg.vbx). 
  95. If yuo don't have this let me know and I'll see what can be done.
  96.  
  97.  
  98. Registration
  99. ------------
  100. DDL Manager is not free... It's shareware... you have a 21 day 
  101. license to test it out. If you would like to continue using it 
  102. here is what you can do...
  103.  
  104. Register through Compuserve
  105. ---------------------------
  106. Go SWREG ...  USE ID #1387
  107.  
  108.  
  109. Register with CreditCard
  110. ------------------------
  111. Call Psl at 1-800-242-4775 and mention ID # 10974
  112.  
  113.  
  114. Pricing and  Availability
  115. -------------------------
  116. Price     -    29.95
  117. S & H   -    4.00 in the U.S.
  118.         6.00 Outside U.S. and Canada
  119.  
  120.  
  121. Corporate Site Licenses available.. Contact CIS : 71155,1010
  122.  
  123.  
  124.  
  125.