home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / dbup208r.zip / README.TXT < prev   
Text File  |  1999-09-02  |  12KB  |  232 lines

  1.  
  2.     DBExpert(tm) Relational Database for OS/2 from Sundial Systems
  3.     Release Notes (README.TXT) for DBExpert Version 2.0.8 Runtime
  4.     September 1999
  5.  
  6.  
  7.     Thank you for purchasing the DBExpert Version 2.0 Runtime.
  8.  
  9.  
  10.     What is Version 2.0.8?
  11.  
  12.     Version 2.0.8 is a maintenance release of the DBExpert 2.0 series.  In
  13.     general, the features of this version are identical to earlier releases
  14.     within the 2.0 series -- the primary differences are bug fixes, stability
  15.     improvements, and other corrections.
  16.  
  17.     A few significant changes have been made, however, which may affect your
  18.     use of the product.  These are outlined in the "Changes Of Interest To
  19.     All Users" sections below.
  20.  
  21.  
  22.     IMPORTANT Y2K INFORMATION
  23.  
  24.     A problem has been found in Versions 2.0.6 and 2.0.7 of DBExpert that
  25.     will affect the display of 2-digit dates once your PC clock rolls over
  26.     to the year 2000.  The problem has been corrected in Version 2.0.8.
  27.  
  28.     While the problem will not affect your use of DBExpert until January 1,
  29.     2000, we strongly urge you to upgrade all your copies of DBExpert (full
  30.     and runtime versions) to 2.0.8 before that time.
  31.  
  32.     If, for some reason, you cannot upgrade to 2.0.8 and wish to address this
  33.     issue, contact technical support about availability of an updated DLL
  34.     to correct this problem in Version 2.0.7.
  35.  
  36.  
  37.     Documentation Notes
  38.  
  39.     * DBExpert's performance when using dBase-style tables can be greatly
  40.       impacted by the amount of memory devoted to database caching in the
  41.       ODBC drivers.  By default, this amount is only 256K bytes.  Unless your 
  42.       system is both memory and swap space constrained (or you are only using
  43.       very tiny tables), we recommend you increase this amount.
  44.  
  45.       To change the setting of the database cache size, you must run the
  46.       ODBCADM utility from an OS/2 command line (after switching to the 
  47.       directory where you have DBExpert installed).
  48.  
  49.       In the ODBCADM main window, select the entry entitled 
  50.  
  51.         "QEDBF[Q+E dBASEFile (*.dbf)]" 
  52.  
  53.       and press the Setup button.  In the field labeled Cache Size, enter a
  54.       number larger than the default value of 4.
  55.  
  56.       The number you enter is the number of 64K buffers the database will use.
  57.       Thus, you must have enough memory and/or swap space to accommodate this
  58.       number.  In most cases, the number 100 (i.e., about 6.4M bytes of cache)
  59.       is a good starting point.  However, if your system is somewhat memory
  60.       constrained (say a 12M to 16M system) this number is probably too high;
  61.       if you have lots of memory (say a 64M or larger system) you could easily
  62.       go higher.  There is, of course, a point of diminishing return.  In most
  63.       cases, this is approximately twice the size of the largest DBF file you
  64.       are using.
  65.  
  66.       (Do not confuse this setting with the similarly named FileOpenCache
  67.       setting.  For this version of DBExpert to work correctly, the 
  68.       FileOpenCache setting must be set to it's default value of blank 
  69.       or 0.)
  70.  
  71.       After you make the change, press the OK button in Setup window, and then
  72.       press the Close button in the ODBCADM main window to exit from ODBCADM.
  73.       The change will not take effect as long as DBExpert is running.  Also,
  74.       keep in mind that this change does not affect all DBExpert operations.
  75.       However, you should notice a significant difference in some operations
  76.       (such as moving to the last record of a large table) and/or in some of
  77.       your queries.
  78.  
  79.  
  80.     Changes Of Interest to All Users
  81.  
  82.     * Beginning with Version 2.0.7, the Enter key (and the keypad Enter key)
  83.       now perform actions on forms.   In general, these keys now move the
  84.       cursor from one field to another in the same way as the Tab key.  On
  85.       a pushbutton, however, these keys "press" the button (rather than move
  86.       to the next field).  Similarly, on a multi-line entry (MLE) text field, 
  87.       these keys do not move to the next field but end the current line of 
  88.       text instead (as they have in earlier versions).   In the case of a
  89.       combo box control, these keys do not move to the next field if the list
  90.       associated with the combo box is currently displayed.
  91.  
  92.     * Beginning with Version 2.0.7, rows of data from other applications can
  93.       be pasted from the OS/2 clipboard into the spreadsheet view of a table.
  94.       (Previous versions only allowed pasteing of rows copied onto the 
  95.       clipboard from within DBExpert itself.)  Each row of data must appear
  96.       as one line with tabs between the fields (as specified by the OS/2
  97.       standard for clipboard text).  
  98.  
  99.     * Beginning with Version 2.0.6, rows of data copied from a spreadsheet
  100.       view to the clipboard are now placed on the clipboard in text format
  101.       (in addition to the internal format used by DBExpert) using one line
  102.       for each row with tabs between the fields (as specified by the OS/2
  103.       standard for clipboard text).  This allows you to more easily transfer
  104.       data from DBExpert to other applications.
  105.  
  106.     * Beginning with Version 2.0.5, a problem was corrected in the way date
  107.       values were converted after being entered into a field of a table or 
  108.       form.  The correction makes the program conform to what is stated in
  109.       the User's Guide but has the side-effect of breaking an undocumented
  110.       feature of Version 2.0.4 and earlier.  In those earlier versions, it
  111.       was possible to enter a "formatted" date (such as "1997 January 1") and
  112.       have it properly interpreted by the program if the display format for
  113.       the field was set to a matching format (such as "YYYY Mmmm DD" in this
  114.       case).  Such functionality has never been officially supported since,
  115.       as the User's Guide shows on page 16-7, the general date format is 
  116.       always used while a value is being entered/edited.
  117.  
  118.       We do realize this capability is useful and may support it as an option
  119.       in the future.  In the mean time, if you need compatibility with this
  120.       behavior of earlier versions, please contact Sundial Systems Support
  121.       Services for information about making this version of DBExpert work in
  122.       "Version 2.0.4 Date Entry" compatibility mode.
  123.  
  124.     * Beginning with Version 2.0.5, a change has been made in the way in which
  125.       parameters are passed to DBExpert macros.  This change allows blanks
  126.       (spaces) to be preserved within parameters and/or blanks to be used to
  127.       delimit parameters (depending on how the macro itself interprets the
  128.       REXX parameter string).  
  129.  
  130.       Previously, all blanks were removed and all the parameters converted to
  131.       upper case to insure compatibility of macros designed for use with
  132.       DBExpert 1.x.  If you have any remaining DBExpert 1.x macros, you should
  133.       check to make sure they continue to work correctly -- or contact Sundial
  134.       Systems Support Services for information on making this version of
  135.       the DBExpert Runtime work in "Version 1 Macro" compatibility mode.
  136.  
  137.     * Beginning with Version 2.0.4, a change has been made in the way in which
  138.       dates in the year 2000 and beyond are displayed.  While DBExpert has
  139.       always handled such dates, the "general" date formats (GD and GDT) have
  140.       displayed only the last two digits of the year.  This has been changed
  141.       so that all four digits will be displayed if the year is not between
  142.       1900 and 1999.  If you still wish to display only a two digit year, you
  143.       must use a format string containing 'yy' as discussed in Chapter 16 of
  144.       the User's Guide.
  145.  
  146.     * Similarly, beginning with Version 2.0.4, a change has been made in the
  147.       way in which times containing fractional seconds are displayed.  The
  148.       "general" time formats (GT and GDT) will now display these values
  149.       whenever they are found.  If you wish to always display times only in
  150.       whole seconds, you must use a format string containing 'ss' as discussed
  151.       in Chapter 16 of the User's Guide.
  152.  
  153.       Also, please note that the level of support for fractional seconds
  154.       depends on the type of field and the type of database being used.  In
  155.       particular, dBase-style tables support fractional seconds only in
  156.       timestamp fields (not time fields) while other database types support
  157.       fractional seconds in both time and timestamp fields.
  158.  
  159.     * Beginning with Version 2.0.4, a change has been made in the way in which
  160.       DBExpert recognizes the international configuration settings on your
  161.       system.  Previously, DBExpert determined this information solely based
  162.       on the COUNTRY setting in your CONFIG.SYS file.  Beginning with 2.0.4,
  163.       DBExpert will now override this information based on any changes you
  164.       have made using the Country object in the OS/2 System Setup folder as
  165.       well.  (Changes you make, however, will not take effect while DBExpert
  166.       is running.)
  167.  
  168.       While there are still some limitations to DBExpert's international
  169.       formatting support, this and other changes that have been made (including
  170.       corrections included in Version 2.0.5) should improve the situation
  171.       significantly (when compared to earlier DBExpert versions).  If you
  172.       encounter situations where your country settings cause problems in
  173.       DBExpert (or, are not properly reflected in DBExpert), please report them
  174.       to Sundial Systems Support Services so that they may be addressed in a
  175.       future version.
  176.  
  177.     * Beginning with Version 2.0.2, a change has been made in the way in
  178.       which text import is handled.  This results in substantially increased
  179.       performance when importing (by as much as a factor of 50).
  180.  
  181.  
  182.     Limitations Of Interest to All Users
  183.  
  184.     For information regarding limitations which apply to this version of
  185.     DBExpert, consult the Release Notes accompanying a full copy of the
  186.     product.
  187.  
  188.  
  189.     The Legal Fine Print
  190.  
  191.     The terms and conditions of your DBExpert Runtime License apply to the
  192.     software and documentation accompanying this file.
  193.  
  194.     DBExpert is a trademark of Designer Software, Inc., and is used by Sundial
  195.     Systems Corporation under license.
  196.  
  197.     Other phrases used herein may be brand names, trademarks, or registered
  198.     trademarks of Apple Computer, Inc., Borland International, Inc., Computer
  199.     Associates International, Inc., Designer Software, Inc., International
  200.     Business Machines Corporation, Intersolv Corporation, Microsoft
  201.     Corporation, Novell, Inc., Oracle Corporation, Sundial Systems
  202.     Corporation, or others.  All such names and trademarks remain the property
  203.     of their respective companies.
  204.  
  205.  
  206.     Technical Support
  207.  
  208.     We at Sundial Systems are committed to supporting you, our customer.
  209.  
  210.     We track all questions, comments, and "bug reports" concerning our
  211.     products and use this information in planning future releases.  If
  212.     there are features you particularly like or things you think should
  213.     be added to our products, please let us know.
  214.  
  215.     If you have questions or suggestions, the most effective way to contact
  216.     us is by email to dbexpert@sundialsystems.com or dbexpert@ibm.net.
  217.  
  218.     You can also visit us on the web at www.sundialsystems.com where you 
  219.     will find information about DBExpert as well as other members of the 
  220.     Sundial Systems family of OS/2 products.  That's also the best place to 
  221.     find out about updates and other enhancements as they become available.
  222.  
  223.     You can also call us at (562) 596-5121 between 9:00 AM and 4:30 PM 
  224.     Pacific time, Monday through Friday.  We can't guarantee the immediate
  225.     availability of support personnel at all times, but all calls are handled
  226.     as quickly as possible.  You can also FAX your questions and comments to
  227.     us at (562) 596-7825 at any time.
  228.  
  229.     Thanks in advance,
  230.     Sundial Systems Support Services.
  231.  
  232.