home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / install / mdac_typ.exe / RCDATA / CABINET / msorcolr.txt < prev    next >
Text File  |  1998-11-13  |  3KB  |  50 lines

  1. -----------------------------------------------------------------
  2. Microsoft(R) OLE DB Provider for Oracle, version 2.1 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 OLE DB Provider for Oracle documentation.
  8.  
  9. --------
  10. CONTENTS
  11. --------
  12.  
  13. 1. PRODUCT DESCRIPTION
  14.  
  15. 2. SYSTEM REQUIREMENTS
  16.  
  17. 3. TECHNICAL NOTES
  18.  
  19. 4. KNOWN LIMITATIONS
  20.  
  21. ----------------------
  22. 1. PRODUCT DESCRIPTION
  23. ----------------------
  24. This provider enables OLE DB consumers to access Oracle data sources.
  25. It was implemented with the Microsoft Data Access Components version 2.0. (The provider's version number matches the Data Access version number.)
  26.  
  27. ----------------------
  28. 2. SYSTEM REQUIREMENTS
  29. ----------------------
  30. The Microsoft OLE DB Provider for Oracle provides access to Oracle databases (version 7.3 or version 8) using the Oracle Client Software, version 7.3.3.4.0 or greater, or version 8.0.4.1.1c. The client software must be installed on the client machine. This provider has been tested primarily with Oracle Client Software version 7.3.3.4.0 and SQL*Net version 2.3.3.0.4. When upgrading an Oracle client, it is important both to install the client upgrade and to apply the "Required Supporting Files" that ship with the Server patch. 
  31.  
  32. For more information about Oracle products, refer to your Oracle documentation set.
  33.  
  34. ------------------
  35. 3. TECHNICAL NOTES
  36. ------------------
  37. None
  38.  
  39. --------------------
  40. 4. KNOWN LIMITATIONS
  41. --------------------
  42. a) This provider does not support the {resultset} escape implemented by the Microsoft ODBC Driver for Oracle.
  43.  
  44. b) OLE DB 2.0 includes a new flag in IConvertType::CanConvert, which is DBCONVERTFLAGS_FROMVARIANT. This flag is supported by the provider; however, it has no effect on the return value from CanConvert at this time.  
  45.  
  46. c) In Oracle version 8, the maximum size of a VARCHAR column has increased from 2000 to 4000 bytes. The Oracle 7.3.x client software has no way to bind a parameter value larger than 2000 bytes. Therefore, if you create a table with a VARCHAR column of larger than 2000 bytes, you will be unable to perform parameterized inserts, updates, deletes, and queries against it with data that exceeds the 2000-byte limit of the client software. Because both the ODBC Driver for Oracle and the OLE DB Provider for Oracle use parameterized inserts, updates, deletes, and queries, they will report ORA-01026 errors in this case. Data that is within the limits enforced by the Oracle client software will work properly. The workaround is to update your client software to Oracle 8 (8.0.4.1.1c or higher).
  47.  
  48. d) This version of the Oracle Provider for OLE DB supports automatic transactioning via MTS when used with Oracle client software versions 7.3.3 and later. This functionality is limited to working on the Windows NT operating system; it does not work on Windows 95.
  49.  
  50.