home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / informix / 2894 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!mixcom.com!ttvvtt
  3. From: ttvvtt@mixcom.com (Donald Amby)
  4. Subject: How to apply changes to Informix database(s)?
  5. Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI U.S.A.
  6. Date: Thu, 07 Jan 1993 21:50:44 GMT
  7. Message-ID: <1993Jan07.215044.29356@mixcom.com>
  8. Lines: 26
  9.  
  10.  
  11. We have a set of Informix-4GL applications which use a number of
  12. databases in a partition (Informix-ONLINE), for which we need to make
  13. a new release.  As part of the next version we have:
  14.  
  15.     1. Introduced some new databases.
  16.     2. Added some tables to existing databases.
  17.     3. Added some fields to existing tables.
  18.     4. Removed some fields from existing tables.
  19.  
  20. This is all in addition to the code changes which operate on the
  21. databases.
  22.  
  23. I need to come up with a procedure or set of tools, which can help
  24. automate the conversion/upgrade of the database(s) from one version
  25. (old) to the next (new).  Are there any tools, or recommendations,
  26. from anyone that may have done this before?
  27.  
  28. I am in the initial research stages, so I am looking at different
  29. alternatives.  One suggestion has been to do a dbschema of the old
  30. database(s) and new database(s), and use the differences to
  31. build a set of isql commands to apply the changes to the old database.
  32. -- 
  33. Donald E. Amby
  34.     amby@mixcom.com             414-797-6713 (voice)   414-797-6533 (FAX)
  35.     Harnischfeger Engineers, Inc., P.O.Box 1512, Milwaukee, WI 53201-1512
  36.