home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 011A / DBW32V11.ZIP / DB2VB.TXT < prev    next >
Encoding:
Text File  |  1996-12-09  |  2.3 KB  |  58 lines

  1.            =======================================================
  2.                               DBtoVB Wizard 1.1 
  3.                           (C)1995,96 Tuomas Salste
  4.            =======================================================
  5.  
  6. 1. What is DBtoVB Wizard?
  7. -------------------------
  8.  
  9. DBtoVB Wizard is a shareware tool designed to automatize database
  10. application development with Visual Basic 4.0 and Microsoft Access from 
  11. version 1.0 to 7.0. A version for VB 3.0 is available too (WWW address below).
  12.  
  13. DBtoVB takes an existing database as input, and generates a Basic module
  14. including routines to create another similar but empty database. This
  15. module can then be appended to a VB project to take care of the typical
  16. "Create New Database..." application menu command. All you have to do is
  17. to call the function Create_Database("MYDB.MDB").
  18.  
  19. The process is highly automated.  If you want, you can choose what parts
  20. of the database the resulting code should create.  You can exclude
  21. unneeded tables or fields from the resulting database, for example. 
  22.  
  23. Version 1.1 also includes a Wizard that generates CREATE TABLE commands
  24. in MS Access SQL. 
  25.  
  26. 2. The advantages of using DBtoVB Wizard: 
  27. -----------------------------------------
  28.  
  29. 1. DBtoVB Wizard will take care of a tedious and error-prone piece of code
  30. generation that is normally done by the programmer
  31. 2. You can design the database with your favourite database application
  32. (MS Access, Data Manager, Visual Data)
  33. 3. The coding of database creation routines can safely be postponed up to the
  34. point when the database structure has been established - often the
  35. structure of the database evolves during application development
  36. 4. This way, the productivity of software development will rise
  37.  
  38. 3. Limitations
  39. --------------
  40. DBtoVB Wizard only creates Tables, QueryDefs, including Fields and Indexes. 
  41. It does not generate code for creating References (foreign keys), stored 
  42. procedures etc. 
  43.  
  44. QueryDefs can be created using the generated .bas code. However,
  45. QueryDefs cannot be created using the generated SQL code (CREATE TABLE). 
  46. SQL support is limited to Tables. 
  47.  
  48. 4. Registration
  49. ---------------
  50.  
  51. DBtoVB Wizard is shareware, and the registration fee is only $20. See
  52. the Help menu for more details.
  53.  
  54.  
  55. Tuomas.Salste@Helsinki.Fi
  56. http://www.helsinki.fi/~salste/vb.html
  57.  
  58.