home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 December / PCWorld_1998-12_cd.iso / software / sybase / ASA / asa60.exe / data1.cab / root_files / readme.txt
Text File  |  1998-07-27  |  5KB  |  138 lines

  1.  
  2.         Sybase Adaptive Server Anywhere Version 6.0.0
  3.         =============================================
  4.                 Release Notes
  5.                 =============
  6.  
  7.   This file contains release notes for Sybase Adaptive Server Anywhere
  8.   Version 6.0.0.
  9.  
  10.                    Contents
  11.                    --------
  12.                    
  13.   These release notes contain the following:
  14.   1.  Known Limitations and Problems
  15.   2.  Documentation Corrections
  16.  
  17.  
  18.           1. Known Limitations and Problems
  19.           ---------------------------------
  20.  
  21.   The following is a list of known limitations and problems with the
  22.   current software:
  23.  
  24.   1.1  PowerBuilder and InfoMaker initialization file
  25.  
  26.        PowerBuilder and InfoMaker users should add an Adaptive Server 
  27.        Anywhere section to their pbodb60.ini file. For information on this,
  28.        see the section "Upgrade notes for PowerBuilder and InfoMaker users"
  29.  
  30.  
  31.   1.2  Installing InfoMaker 6.5
  32.  
  33.        System Requirements
  34.        -------------------
  35.        - 486 PC or higher
  36.        - 16 MB RAM (24 recommended)
  37.        - 45 MB hard drive space, depending on configuration
  38.        - CD ROM drive
  39.        - VGA monitor
  40.        - Windows 95 or Windows NT 3.51 or higher for development
  41.        - Windows 95, Windows NT, or Window 3.x  for deployment
  42.  
  43.        Installing on NT 4.0
  44.        --------------------
  45.        You must have Administrator privileges to fully install this 
  46.        product on NT 4.0.
  47.  
  48.  
  49.   1.3  Windows 3.x and Java
  50.  
  51.        The Windows 3.x database server supports Java in the database. However,
  52.        the Windows 8.3 file name limitation makes .java and .class file names 
  53.        invalid on this operating system, and so only the asademo.jar file
  54.        is installed for Windows 3.x machines.
  55.  
  56.        In order to install the demo examples, you shold run jdemow.sql rather 
  57.        than jdemo.sql.
  58.  
  59.   1.4  Windows 3.x Win32s version
  60.  
  61.        It is documented that the Windows 3.x personal database server 
  62.        requires version 1.30 or later of the Win32s subsystem. 
  63.        If you attempt to run the database server with an earlier 
  64.        version of Win32s, it does not work.
  65.   
  66.   1.5  Creating ODBC File data sources
  67.        
  68.        Creating an ODBC File data source from the ODBC Administrator does 
  69.        not work. You must edit File data sources (which has standard INI
  70.        file format) by hand.
  71.  
  72.   1.6  SQL Remote and Java objects
  73.  
  74.        To extract a database that contains Jave objects for SQL Remote,
  75.        use the dbxtract command line utility instead of Sybase Central.
  76.  
  77.        You should ensure that the database server has a cache of 8 Mb 
  78.        when carrying out this task. This is a guideline for running any
  79.        application against a Java-enabled database.
  80.  
  81.        You should use the internal reload option (the default) when carrying
  82.        out this extraction.
  83.  
  84.   1.7  Calling Java methods from Open Client or jConnect connections
  85.  
  86.        If you connect to a database server using Open Client or Sybase
  87.        jConnect, you cannot execute the following statements:
  88.  
  89.          call JavaClass.method()
  90.          exec JavaClass.method()
  91.  
  92.        where JavaClass and method are any class and method. You can 
  93.        use the following in the case that the method returns a value:
  94.  
  95.          select JavaClass.method()
  96.  
  97.  
  98.              2. Documentation corrections
  99.              ----------------------------
  100.  
  101.   The following corrections are known significant errors in the printed
  102.   documentation. Some of these errors may be fixed in the online 
  103.   documentation. The page numbers refer to the User's Guide (UG) or the
  104.   Reference Manual (RM) unless otherwise noted.
  105.  
  106.   2.1 Line numbers in Java debugger tutorial
  107.  
  108.       UG, page 492: the line number in step 2 should be 284. 
  109.       In step 3, the line number should be 292.
  110.   
  111.   2.2 Windows 3.x and Java
  112.       
  113.       UG, page 424: For Windows 3.x, to install the Java sample classes, 
  114.       you should run jdemow.sql rather than jdemo.sql. 
  115.  
  116.       The Windows 3.x 8.3 file name limitations prohibit installation of
  117.       the .java and .class files.
  118.  
  119.       The file jdemow.sql installs asademo.jar only, not 
  120.       JDBCExamples.class. The external Java examples cannot be run on 
  121.       Windows 3.x, as the files are not installed.
  122.  
  123.   2.3 Creating custom collations
  124.  
  125.       UG, page 274: The command line in step 4 of the instructions
  126.       for creating a custom collation should read as follows:
  127.  
  128.       dbcollat -d mycol.col custmap.sql mycol.sql
  129.  
  130.       The additional file name in this command is required whenever
  131.       you execute dbcollat with the -d parameter.
  132.  
  133.   2.4 How Java objects are stored
  134.  
  135.       UG, page 449: The description states that the values of public
  136.       fields are stored. In fact, all non-transient and non-static 
  137.       fields are serialized.
  138.