home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 November / VPR0111A.ISO / HSTRAIAL / OSPack / OSP1.CAB / DAOREAD.TXT < prev    next >
Text File  |  1998-10-19  |  3KB  |  43 lines

  1. ---------------------------------------------------------
  2. Microsoft Data Access Objects version 3.6 Readme File
  3. ---------------------------------------------------------
  4.  
  5. (c) 1998 Microsoft Corporation. All rights reserved.
  6.  
  7. This document provides late-breaking or other information that supplements the Microsoft DAO documentation.
  8.  
  9. --------
  10. CONTENTS
  11. --------
  12.  
  13. 1. PRODUCT DESCRIPTION
  14.    
  15. 2. NEW FEATURES
  16.    
  17. 3. TECHNICAL NOTES
  18.  
  19. 4. KNOWN BUGS, LIMITATIONS, AND WORKAROUNDS
  20.  
  21. ----------------------
  22. 1. PRODUCT DESCRIPTION
  23. ----------------------
  24. Data Access Objects (DAO) are a set of objects that enable OLE Automation clients to programmatically access data and modify datasources.  It is used by Access, Visual Basic and other Microsoft products to access data stored by the Jet database, and all the other formats that Jet provides (such as ODBC data sources including SQL Server, FoxPro, Paradox etc.).
  25.  
  26. ---------------
  27. 2. NEW FEATURES
  28. ---------------
  29. DAO 3.6 has been updated to use the Microsoftョ Jet 4.0 database engine. This includes enabling all interfaces for Unicode. Data is now provided in unicode (internationally enabled) format rather than ANSI. No other new features were implemented. 
  30.  
  31. --------------------
  32. 3. TECHNICAL NOTES
  33. ------------------
  34. * Jet property lengths have been changed to allow 65,500 rather than 4,096 bytes (or half those amounts in characters). Because of this change, the DAO Field.Properties valid length has increased to 32,750 characters. However, the TableDefs size remains at a smaller buffer of 16,383 characters, so property lengths are effectively limited to that.
  35.  
  36. -----------------
  37. 4. KNOWN BUGS, LIMITATIONS, AND WORKAROUNDS
  38. -----------------
  39. The following is a list of DAO 3.6 known issues.
  40.  
  41. * Binding to an ActiveX control, such as a data bound grid, which expects ANSI data will incorrectly display the unicode data that DAO now provides.  If this is encountered, update to an ActiveX control which supports unicode data.
  42.  
  43. * Databases made replicable in code which have never been opened in Microsoft Access will always have local projects (forms, reports, macros, modules) and they can never be changed to make the project replicable. This is because the system table which controls this functionality (mSysAccessObjects) does not exist if the database was never opened in Access prior to making the database replicable. Once the database is made replicable the user cannot change the replicability of the project.